Update main.inc.php

This commit is contained in:
Laurent Destailleur 2018-03-21 20:43:26 +01:00 committed by GitHub
parent 08fcd67e0f
commit a54316ef05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1627,6 +1627,7 @@ function left_menu($menu_array_before, $helppagename='', $notused='', $menu_arra
if ($conf->use_javascript_ajax && empty($conf->global->MAIN_USE_OLD_SEARCH_FORM))
{
//$searchform.=$form->selectArrayAjax('searchselectcombo', DOL_URL_ROOT.'/core/ajax/selectsearchbox.php', $selected, '', '', 0, 1, 'vmenusearchselectcombo', 1, $langs->trans("Search"), 1);
$searchform.=$form->selectArrayFilter('searchselectcombo', $arrayresult, $selected, '', 1, 0, 1, 'vmenusearchselectcombo', 1, $langs->trans("Search"), 1);
}
else