bugfixes
This commit is contained in:
parent
28323b9f54
commit
b65ddaf8f0
5 changed files with 7 additions and 3 deletions
|
|
@ -89,7 +89,7 @@ sub doUserSearch {
|
|||
where $selectedStatus and (users.username like ".$keyword." or email.fieldData like ".$keyword.")
|
||||
and users.userId not in (".quoteAndJoin($userFilter).") order by users.username";
|
||||
if ($returnPaginator) {
|
||||
my $p = WebGUI::Paginator->new(WebGUI::URL::page($op));
|
||||
my $p = WebGUI::Paginator->new(WebGUI::URL::page("op=".$op));
|
||||
$p->setDataByQuery($sql);
|
||||
return $p;
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue