mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
pgsql7.3 fix + wrong id for the addressbook custom-fields, should work now
This commit is contained in:
parent
77f406f6ef
commit
9f450cb1a8
@ -484,7 +484,7 @@
|
||||
reset($stock_fieldnames);
|
||||
}
|
||||
$this->db->query("SELECT contact_name,contact_value FROM $this->ext_table WHERE contact_id='"
|
||||
. $ldap_fields[$i]['id'] . "'",__LINE__,__FILE__);
|
||||
. intval($ldap_fields[$i]['uidnumber']) . "'",__LINE__,__FILE__);
|
||||
while ($this->db->next_record())
|
||||
{
|
||||
if ($extra_fields[$this->db->f('contact_name')])
|
||||
|
Loading…
Reference in New Issue
Block a user