]> ruin.nu Git - ndwebbie.git/blobdiff - lib/NDWeb/Controller/Forum.pm
Change infrastructure for users, groups and channels
[ndwebbie.git] / lib / NDWeb / Controller / Forum.pm
index a2f1cb89952e3021cd59ce63854b9a2cebbe366b..caeeb1cf99ca03e6f24a51ebac2d5fe26e5c82dc 100644 (file)
@@ -472,7 +472,7 @@ sub findUsers : Private {
 
        my $query = $dbh->prepare(q{SELECT uid,username FROM users
                WHERE uid > 0 AND uid IN (SELECT uid FROM groupmembers)
-               ORDER BY LOWER(username)});
+               ORDER BY username});
        $query->execute;
 
        $c->stash(users => $query->fetchall_arrayref({}) );