. */ /** * @brief List of users for autocompletion * * * @file * @author Laurent Giovannoni * @date $date$ * @version $Revision$ * @ingroup admin */ require_once("core".DIRECTORY_SEPARATOR."class".DIRECTORY_SEPARATOR."class_request.php"); require_once("apps".DIRECTORY_SEPARATOR."maarch_entreprise".DIRECTORY_SEPARATOR."class".DIRECTORY_SEPARATOR."class_contacts_v2.php"); $contact = new contacts_v2(); $db = new Database(); $listArray = array(); $Input = $_REQUEST['what']; $boldInput = strtoupper($Input); $ucwordsInput = ucwords($Input); $Input = $Input . ' ' . $boldInput . ' ' . $ucwordsInput; $args = explode(' ', $Input); $args[] = $Input; $args_bold = array(); foreach ($args as $key => $value) { $args_bold[$key] = ''. $value . ''; } echo ""; if($nb_step1 == 0 && $nb_step2 == 0 && $nb_step3 == 0 && $nb_step4 == 0 && $nb_step5 == 0 && $nb_step6 == 0){ $noResultContacts = true; } $nb_total = $nb_step1+$nb_step2+$nb_step3+$nb_step4+$nb_step5+$nb_step6; if ($nb_step1 > $m || $nb_step2 > $m || $nb_step3 > $m || $nb_step4 > $m || $nb_step5 > $m || $nb_step6 > $m) echo "

...".$nb_total." résulats au total

"; if($noResultContacts){ echo "

Aucun résultat trouvé.

"; }