Follow-up fix order

This commit is contained in:
Dany De Bontridder 2020-10-12 12:26:13 +02:00
parent e78e40a994
commit 41fb176fe3
3 changed files with 6 additions and 6 deletions

View file

@ -680,7 +680,7 @@ class HtmlInput
static function array_to_string($array, $global_array, $start="?")
{
$r=$start;
$r="";
if (count($global_array)==0)
return '';
@ -704,7 +704,7 @@ class HtmlInput
}
$and="&";
}
if (trim ($r) != "") $r=$start.$r;
return $r;
}