Some work on sql filter mods since the intro of acl

This commit is contained in:
Miles Lott 2001-03-25 14:11:43 +00:00
parent 7b81319a3c
commit 382347be76

View File

@ -357,7 +357,7 @@
if ($filterlist) {
$filtermethod = '('.$filterlist.') ';
$fwhere = ' WHERE '; $fand = ' AND ';
$fwhere = ' WHERE '; $fand = '';
}
}