mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-10 23:40:39 +01:00
Fix read to use correct db object for setting contact_value from db
This commit is contained in:
parent
4df94e35d2
commit
f0fdf157dc
@ -206,7 +206,7 @@
|
|||||||
// If its not in the list to be returned, don't return it.
|
// If its not in the list to be returned, don't return it.
|
||||||
// This is still quicker then 5(+) separate queries
|
// This is still quicker then 5(+) separate queries
|
||||||
if ($extra_fields[$this->db->f("contact_name")]) {
|
if ($extra_fields[$this->db->f("contact_name")]) {
|
||||||
$return_fields[0][$this->db->f("contact_name")] = $this->db2->f("contact_value");
|
$return_fields[0][$this->db->f("contact_name")] = $this->db->f("contact_value");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return $return_fields;
|
return $return_fields;
|
||||||
|
Loading…
Reference in New Issue
Block a user