mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 09:38:23 +01:00
Clean code
This commit is contained in:
@@ -845,7 +845,7 @@ if ($limit > 0 && $limit != $conf->liste_limit) {
|
|||||||
if ($optioncss != '') {
|
if ($optioncss != '') {
|
||||||
$param .= '&optioncss='.urlencode($optioncss);
|
$param .= '&optioncss='.urlencode($optioncss);
|
||||||
}
|
}
|
||||||
$param .= '&begin='.urlencode((string) ($begin)).'&userid='.urlencode((string) ($userid)).'&contactname='.urlencode((string) ($search_all));
|
$param .= '&userid='.urlencode((string) $userid).'&contactname='.urlencode((string) $search_all);
|
||||||
$param .= '&type='.urlencode($type).'&view='.urlencode($view);
|
$param .= '&type='.urlencode($type).'&view='.urlencode($view);
|
||||||
if (!empty($search_sale) && $search_sale != '-1') {
|
if (!empty($search_sale) && $search_sale != '-1') {
|
||||||
$param .= '&search_sale='.urlencode($search_sale);
|
$param .= '&search_sale='.urlencode($search_sale);
|
||||||
|
|||||||
Reference in New Issue
Block a user