Remove duplicate code
This commit is contained in:
parent
11e01f5c86
commit
fa921739ec
@ -507,12 +507,7 @@ function show_ticket_messaging($conf, $langs, $db, $filterobj, $objcon = '', $no
|
||||
$out.='<tr class="liste_titre">';
|
||||
|
||||
//$out.='<td class="liste_titre">';
|
||||
if($sortorder === 'desc') {
|
||||
$out .= getTitleFieldOfList('Date', 0, $_SERVER["PHP_SELF"], 'a.datep', '', $param, '', $sortfield, $sortorder, 'maxwidthsearch center ')."\n";
|
||||
}
|
||||
else{
|
||||
$out .= getTitleFieldOfList('Date', 0, $_SERVER["PHP_SELF"], 'a.datep', '', $param, '', $sortfield, $sortorder, 'maxwidthsearch center ')."\n";
|
||||
}
|
||||
$out .= getTitleFieldOfList('Date', 0, $_SERVER["PHP_SELF"], 'a.datep', '', $param, '', $sortfield, $sortorder, '')."\n";
|
||||
//$out.='</td>';
|
||||
|
||||
$out.='<th class="liste_titre"><strong>'.$langs->trans("Search").' : </strong></th>';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user