Follow-up fix order
This commit is contained in:
parent
e78e40a994
commit
41fb176fe3
3 changed files with 6 additions and 6 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue