From 2d8260f332458dd318dddbb7a64475a81d94a27b Mon Sep 17 00:00:00 2001 From: skeeter Date: Sun, 18 Feb 2001 22:30:16 +0000 Subject: [PATCH] minor cosmetics --- phpgwapi/inc/class.acl.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.acl.inc.php b/phpgwapi/inc/class.acl.inc.php index f79afc77c5..79c98ecf06 100644 --- a/phpgwapi/inc/class.acl.inc.php +++ b/phpgwapi/inc/class.acl.inc.php @@ -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');