forked from extern/egroupware
fixed missing next_record()
This commit is contained in:
parent
e7a9f708bc
commit
afc340b7c5
@ -187,6 +187,7 @@
|
||||
}
|
||||
|
||||
$this->db->query("SELECT count(*) FROM phpgw_accounts WHERE account_lid='".$account_lid."'",__LINE__,__FILE__);
|
||||
$this->db->next_record();
|
||||
return $this->db->f(0) > 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user