mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 17:38:19 +01:00
the addressbook was returning only 1 row
very bad!! :) Cu
This commit is contained in:
parent
e12e0864ad
commit
d8a9ec138a
@ -141,6 +141,7 @@
|
||||
function contacts_($useacl=True)
|
||||
{
|
||||
$this->db = $GLOBALS['phpgw']->db;
|
||||
$this->db2 = $GLOBALS['phpgw']->db;
|
||||
if($useacl)
|
||||
{
|
||||
$this->grants = $GLOBALS['phpgw']->acl->get_grants('addressbook');
|
||||
@ -502,7 +503,6 @@
|
||||
{
|
||||
$this->db->limit_query($sql,$start,__LINE__,__FILE__);
|
||||
}
|
||||
$this->db2 = $this->db;
|
||||
|
||||
$i = 0;
|
||||
while ($this->db->next_record())
|
||||
|
Loading…
Reference in New Issue
Block a user