fix manage users in group not listing users

This commit is contained in:
Graham Knop 2007-08-29 21:17:51 +00:00
parent 42586252e5
commit e35ce19e5d
2 changed files with 2 additions and 1 deletions

View file

@ -192,7 +192,7 @@ sub doUserSearch {
$p->setDataByQuery($sql, undef, undef, [$keyword, $keyword, $keyword, $keyword, $keyword]);
return $p;
} else {
my $sth = $session->db->read($sql);
my $sth = $session->dbSlave->read($sql, [$keyword, $keyword, $keyword, $keyword, $keyword]);
return $sth;
}
}