fix(deps): update dependency friendsofphp/php-cs-fixer to <3.27.1 (main) (#2714)
* fix(deps): update dependency friendsofphp/php-cs-fixer to <3.27.1 * style: format legacy files --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: jo <ljonas@riseup.net>
This commit is contained in:
parent
4caf0b0ef2
commit
2f1a0a8efa
10 changed files with 25 additions and 25 deletions
|
@ -311,7 +311,7 @@ class Application_Model_User
|
|||
$sql .= ' AND login ILIKE :search';
|
||||
$params[':search'] = "%{$search}%";
|
||||
|
||||
$sql = $sql . ' ORDER BY login';
|
||||
$sql .= ' ORDER BY login';
|
||||
|
||||
return Application_Common_Database::prepareAndExecute($sql, $params, 'all');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue