Skip to content

Commit

Permalink
Fix CS with phpcs 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Jun 7, 2018
1 parent 36d69c5 commit 655cfa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install/update_0723_078.php
Original file line number Diff line number Diff line change
Expand Up @@ -5550,8 +5550,8 @@ function update0723to078() {
FROM `glpi_authldaps`";
$result = $DB->query($query);
$ldapservers_id = $DB->result($result, 0, 'id');
} //If more than one server defined, get the most used
else {
} else {
//If more than one server defined, get the most used
$query = "SELECT `auths_id`, COUNT(`auths_id`) AS cpt
FROM `glpi_users`
WHERE `authtype` = '3'
Expand Down

0 comments on commit 655cfa4

Please sign in to comment.