Home
last modified time | relevance | path

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

/dports/www/phpgroupware/phpgroupware-0.9.16.017/addressbook/inc/export/
H A DOpenOffice_-_writer72 //echo "<pre>Sub_cats: ";print_r($contacts->get_sub_cats($category_filter));echo"</pre> \n";
73 $subcats = $contacts->get_sub_cats($category_filter);
75 …//echo "<pre>Sub_cats: ";print_r($contacts->get_categories($contacts->get_sub_cats($category_filte…
76 …//echo "<pre>Sub_cats: ";print_r($categories->return_single($contacts->get_sub_cats($category_filt…
H A DOpenOffice_-_calc104 //echo "<pre>Sub_cats: ";print_r($contacts->get_sub_cats($category_filter));echo"</pre> \n";
105 $subcats = $contacts->get_sub_cats($category_filter);
107 …//echo "<pre>Sub_cats: ";print_r($contacts->get_categories($contacts->get_sub_cats($category_filte…
108 …//echo "<pre>Sub_cats: ";print_r($categories->return_single($contacts->get_sub_cats($category_filt…
/dports/www/phpgroupware/phpgroupware-0.9.16.017/addressbook/inc/
H A Dclass.boaddressbook.inc.php460 function get_sub_cats($cat_to_find) function in boaddressbook
462 return $this->so->get_sub_cats($cat_to_find);
H A Dclass.soaddressbook.inc.php247 function get_sub_cats($cat_to_find) function in soaddressbook
249 return $this->contacts->get_sub_cats($cat_to_find);
/dports/www/phpgroupware/phpgroupware-0.9.16.017/phpgwapi/inc/
H A Dclass.contacts_sql.inc.php1541 $cat_id = array_merge(array($cat_id), (array)$this->get_sub_cats($cat_id));
1647 function get_sub_cats($cat_id) function in contacts_
1661 return array_merge($cats, (array)$this->get_sub_cats($cats));
3502 $categories_array = array_merge($categories, (array)$this->get_sub_cats($categories));