mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-23 21:51:14 +01:00
commented out line 102
This commit is contained in:
parent
3d52cc0292
commit
e60c1fc07d
@ -99,7 +99,7 @@
|
|||||||
$this->db->query($sql ,__LINE__,__FILE__);
|
$this->db->query($sql ,__LINE__,__FILE__);
|
||||||
$rights = 0;
|
$rights = 0;
|
||||||
if ($this->db->num_rows() == 0 && $phpgw_info["server"]["acl_default"] != "deny"){
|
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;
|
return True;
|
||||||
}
|
}
|
||||||
while ($this->db->next_record()) {
|
while ($this->db->next_record()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user