mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 08:23:12 +01:00
minor cosmetics
This commit is contained in:
parent
97056a2ad6
commit
2d8260f332
@ -390,7 +390,7 @@ It should use the values in the $this->data
|
||||
$db2->query($sql . $security ,__LINE__,__FILE__);
|
||||
$rights = 0;
|
||||
$accounts = Array();
|
||||
if ($db2->num_rows() == 0 ){ return False; }
|
||||
if ($db2->num_rows() == 0){ return False; }
|
||||
while ($db2->next_record())
|
||||
{
|
||||
$grantor = $db2->f('acl_account');
|
||||
|
Loading…
Reference in New Issue
Block a user