Fix phpcs
This commit is contained in:
parent
ac5e9ce5b3
commit
e73d83767c
@ -173,7 +173,7 @@ if ($resql)
|
|||||||
if ($limit > 0 && $limit != $conf->liste_limit) $param .= '&limit='.urlencode($limit);
|
if ($limit > 0 && $limit != $conf->liste_limit) $param .= '&limit='.urlencode($limit);
|
||||||
if ($search_ref) $param .= '&search_ref='.urlencode($search_ref);
|
if ($search_ref) $param .= '&search_ref='.urlencode($search_ref);
|
||||||
if ($search_label) $param .= '&search_label='.urlencode($search_label);
|
if ($search_label) $param .= '&search_label='.urlencode($search_label);
|
||||||
if ($search_project_ref >= 0) $param.="&search_project_ref=".urlencode($search_project_ref);
|
if ($search_project_ref >= 0) $param.="&search_project_ref=".urlencode($search_project_ref);
|
||||||
if ($search_amount) $param .= '&search_amount='.urlencode($search_amount);
|
if ($search_amount) $param .= '&search_amount='.urlencode($search_amount);
|
||||||
if ($search_typeid) $param .= '&search_typeid='.urlencode($search_typeid);
|
if ($search_typeid) $param .= '&search_typeid='.urlencode($search_typeid);
|
||||||
if ($search_status != '' && $search_status != '-1') $param .= '&search_status='.urlencode($search_status);
|
if ($search_status != '' && $search_status != '-1') $param .= '&search_status='.urlencode($search_status);
|
||||||
@ -282,7 +282,7 @@ if ($resql)
|
|||||||
$projectstatic->title=$obj->project_label;
|
$projectstatic->title=$obj->project_label;
|
||||||
}
|
}
|
||||||
|
|
||||||
print '<tr class="oddeven">';
|
print '<tr class="oddeven">';
|
||||||
|
|
||||||
// Ref
|
// Ref
|
||||||
print "<td>".$chargesociale_static->getNomUrl(1, '20')."</td>\n";
|
print "<td>".$chargesociale_static->getNomUrl(1, '20')."</td>\n";
|
||||||
@ -304,7 +304,7 @@ if ($resql)
|
|||||||
print $projectstatic->getNomUrl(1);
|
print $projectstatic->getNomUrl(1);
|
||||||
}
|
}
|
||||||
print '</td>';
|
print '</td>';
|
||||||
if (!$i) $totalarray['nbfield']++;
|
if (!$i) $totalarray['nbfield']++;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Date
|
// Date
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user