Lines Matching refs:separator
736 function buildIndex($list=false,$separator=false,$target=false){ argument
745 if (!$separator) usort($list,'contact_custom_double_sort');
754 if ($separator !== false){
755 if ($sep != $r[$separator]) {
756 $sep = $r[$separator];
757 $out .= '<h3>'.$r[$separator].'</h3>';
799 function buildPrintList($list=false,$separator = false,$entriesperpage = 80){ argument
803 if (!in_array($separator,$allowed_separators)) $separator = false;
810 …$list =$this->getList(false,($separator == false? '': "$separator,").'surname,firstname,cfunction'…
815 if (!$separator) usort($list,'contact_custom_double_sort');
822 if ($separator == 'department'){
885 if ($separator != false && $list[$d]['title'] == true) {