Home
last modified time | relevance | path

Searched refs:get_addr_contact_data (Results 1 – 4 of 4) sorted by relevance

/dports/www/phpgroupware/phpgroupware-0.9.16.017/addressbook/inc/
H A Dclass.soaddressbook.inc.php147 function get_addr_contact_data($contact_id, $criteria='') function in soaddressbook
149 return $this->contacts->get_addr_contact_data($contact_id, $criteria);
536 $addr_tmp = $this->contacts->get_addr_contact_data($contact_id);
H A Dclass.boaddressbook.inc.php422 function get_addr_contact_data($contact_id, $criteria='') function in boaddressbook
424 return $this->so->get_addr_contact_data($contact_id, $criteria);
H A Dclass.uiaddressbook.inc.php2038 $data = $this->bo->get_addr_contact_data($this->contact_id);
2815 $addr = $this->bo->get_addr_contact_data($contact_id, array('addr_pref_val'=>'Y'));
/dports/www/phpgroupware/phpgroupware-0.9.16.017/phpgwapi/inc/
H A Dclass.contacts_sql.inc.php1314 function get_addr_contact_data($contact_id, $criteria='') function in contacts_
3728 $locations = $this->get_addr_contact_data($contact_id);
4101 $address_pref = $this->get_addr_contact_data($id, array('addr_pref_val'=>'Y'));
4500 $old_locations = $this->get_addr_contact_data($cid);