diff --git a/phpgwapi/inc/class.acl.inc.php b/phpgwapi/inc/class.acl.inc.php index 58db1a8b8d..ebd83b8826 100644 --- a/phpgwapi/inc/class.acl.inc.php +++ b/phpgwapi/inc/class.acl.inc.php @@ -99,7 +99,7 @@ $this->db->query($sql ,__LINE__,__FILE__); $rights = 0; if ($this->db->num_rows() == 0 && $phpgw_info["server"]["acl_default"] != "deny"){ - echo "rows: ".$this->db->num_rows()."
"; +// echo "rows: ".$this->db->num_rows()."
"; return True; } while ($this->db->next_record()) {