mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 12:21:26 +02:00
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->query("SELECT count(*) FROM phpgw_accounts WHERE account_lid='".$account_lid."'",__LINE__,__FILE__);
|
||||||
|
$this->db->next_record();
|
||||||
return $this->db->f(0) > 0;
|
return $this->db->f(0) > 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user