This commit is contained in:
Andreas Österreicher
2009-11-26 12:31:53 +00:00
parent 4b0dd391bd
commit 88b4e290a0
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -609,6 +609,10 @@ class benutzerberechtigung extends basis_db
else
$in = ' AND oe_kurzbz IN('.mb_substr($in,0, mb_strlen($in)-1).')';
}
else
{
$in='';
}
if($not!='')
$not = ' AND oe_kurzbz NOT IN('.mb_substr($not,0, mb_strlen($not)-1).')';