From 19e960db187b56e8f9c6342e5b57c24f6f24a75b Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 5 Mar 2023 16:09:00 +0100 Subject: [PATCH] Doc --- htdocs/admin/dict.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/htdocs/admin/dict.php b/htdocs/admin/dict.php index 5a5914723b0..33833162b11 100644 --- a/htdocs/admin/dict.php +++ b/htdocs/admin/dict.php @@ -599,6 +599,7 @@ foreach ($tabcomplete as $key => $value) { $tabcomplete[$key]['sql'] = $tabsql[$i]; $tabcomplete[$key]['sqlsort'] = $tabsqlsort[$i]; $tabcomplete[$key]['field'] = $tabfield[$i]; + //$tabcomplete[$key]['help'] = $tabhelp[$i]; // array help already loaded into tabcomplete } $keytable = ''; @@ -616,7 +617,6 @@ if (empty($sortfield)) { //var_dump($sortfield);var_dump($sortorder); } - // Define elementList and sourceList (used for dictionary type of contacts "llx_c_type_contact") $elementList = array(); $sourceList = array(); @@ -1223,7 +1223,6 @@ if ($action == 'delete') { print $form->formconfirm($_SERVER["PHP_SELF"].'?'.($page ? 'page='.$page.'&' : '').'rowid='.urlencode($rowid).'&code='.urlencode($code).$paramwithsearch, $langs->trans('DeleteLine'), $langs->trans('ConfirmDeleteLine'), 'confirm_delete', '', 0, 1); } - /* * Show a dictionary */