something I was playing with..

This commit is contained in:
skeeter 2001-03-18 17:20:45 +00:00
parent c5e0330b9e
commit 79639009d9

View File

@ -379,7 +379,6 @@ It should use the values in the $this->data
$rights = 0;
if ($this->db->num_rows() == 0 ){ return False; }
while ($this->db->next_record()) {
$rights = 0;
$rights |= $this->db->f('acl_rights');
if (!!($rights & $required) == True){
$accounts[] = intval($this->db->f('acl_account'));