mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
Cleaned code
This commit is contained in:
@@ -579,7 +579,7 @@ if ($id > 0 || !empty($ref)) {
|
||||
$param .= '&search_progressdeclare='.urlencode($search_progressdeclare);
|
||||
}
|
||||
if ($search_status) {
|
||||
$param .= '&search_status='.urlencode((string)$search_status);
|
||||
$param .= '&search_status='.urlencode((string) ($search_status));
|
||||
}
|
||||
if ($search_task_budget_amount) {
|
||||
$param .= '&search_task_budget_amount='.urlencode($search_task_budget_amount);
|
||||
|
||||
@@ -692,7 +692,7 @@ if ($search_task_progress != '') {
|
||||
$param .= '&search_task_progress='.urlencode($search_task_progress);
|
||||
}
|
||||
if ($search_task_status != '') {
|
||||
$param .= '&search_task_status='.urlencode((string)$search_task_status);
|
||||
$param .= '&search_task_status='.urlencode((string) ($search_task_status));
|
||||
}
|
||||
if ($search_societe != '') {
|
||||
$param .= '&search_societe='.urlencode($search_societe);
|
||||
|
||||
@@ -782,7 +782,6 @@ if ($id > 0 || !empty($ref)) {
|
||||
}
|
||||
} else {
|
||||
print '<a class="butActionRefused classfortooltip" href="#" title="'.$langs->trans("NotAllowed").'">'.$langs->trans('Modify').'</a>';
|
||||
|
||||
}
|
||||
|
||||
// Delete
|
||||
|
||||
Reference in New Issue
Block a user