commented out line 102

This commit is contained in:
bettina 2001-01-31 18:42:45 +00:00
parent 3d52cc0292
commit e60c1fc07d

View File

@ -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()."<br>";
// echo "rows: ".$this->db->num_rows()."<br>";
return True;
}
while ($this->db->next_record()) {