Home
last modified time | relevance | path

Searched refs:search_comm_descr (Results 1 – 5 of 5) sorted by relevance

/dports/www/phpgroupware/phpgroupware-0.9.16.017/addressbook/inc/
H A Dclass.soaddressbook.inc.php331 function search_comm_descr($description) function in soaddressbook
333 return $this->contacts->search_comm_descr($description);
624 $comms[] = array('comm_descr' => $this->contacts->search_comm_descr($type_descr),
674 $comms[] = array('comm_descr' => $this->contacts->search_comm_descr($type_descr),
756 $comms[] = array('comm_descr' => $this->search_comm_descr('work email'),
881 $fields = array('comm_descr' => $this->search_comm_descr($key),
/dports/www/phpgroupware/phpgroupware-0.9.16.017/phpgwapi/inc/
H A Dclass.bojsaddressbook.inc.php574 …criteria, sql_criteria::_equal('comm_descr', $this->contactsobject->search_comm_descr('work email'…
H A Dclass.contacts_sql.inc.php1620 …$this->criteria(array('comm_descr' => $this->search_comm_descr('work email'), 'comm_contact_id' =>…
1635 …$this->criteria(array('comm_descr' => $this->search_comm_descr('work phone'), 'comm_contact_id' =>…
1993 function search_comm_descr($description) function in contacts_
3558 sql_criteria::_equal('comm_descr', $this->search_comm_descr($field)));
4350 $description_id = $this->search_comm_descr($description_input);
H A Dclass.accounts.inc.php180 $comm['comm_descr']=$contacts->search_comm_descr('work email');
/dports/www/phpgroupware/phpgroupware-0.9.16.017/addressbook/inc/export/
H A Dphpgw_SQL189 $description_id = $this->contacts->search_comm_descr($description_input);