Skip to content

Commit

Permalink
Fix #16487: Parts of manage_user_page broken
Browse files Browse the repository at this point in the history
  • Loading branch information
atrol committed Oct 14, 2013
1 parent cbb9eaf commit 338e2aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manage_user_page.php
Expand Up @@ -192,7 +192,7 @@
$t_where = db_helper_compare_days("" . db_now() . "","date_created","<= $days_old");
} else {
$t_where_params[] = $f_filter . '%';
$t_where = db_helper_like( '(UPPER(username)' );
$t_where = db_helper_like( 'UPPER(username)' );
}

$p_per_page = 50;
Expand Down

0 comments on commit 338e2aa

Please sign in to comment.