forked from extern/egroupware
commented out line 102
This commit is contained in:
parent
3d52cc0292
commit
e60c1fc07d
@ -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()) {
|
||||
|
Loading…
Reference in New Issue
Block a user