mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-02 11:29:58 +01:00
something I was playing with..
This commit is contained in:
parent
c5e0330b9e
commit
79639009d9
@ -379,7 +379,6 @@ It should use the values in the $this->data
|
|||||||
$rights = 0;
|
$rights = 0;
|
||||||
if ($this->db->num_rows() == 0 ){ return False; }
|
if ($this->db->num_rows() == 0 ){ return False; }
|
||||||
while ($this->db->next_record()) {
|
while ($this->db->next_record()) {
|
||||||
$rights = 0;
|
|
||||||
$rights |= $this->db->f('acl_rights');
|
$rights |= $this->db->f('acl_rights');
|
||||||
if (!!($rights & $required) == True){
|
if (!!($rights & $required) == True){
|
||||||
$accounts[] = intval($this->db->f('acl_account'));
|
$accounts[] = intval($this->db->f('acl_account'));
|
||||||
|
Loading…
Reference in New Issue
Block a user