0000601: Action gestion : sécurité

This commit is contained in:
Dany De Bontridder 2012-06-12 22:21:33 +00:00
parent 9a11dd9b02
commit d86a5d4a44
12 changed files with 530 additions and 302 deletions

View file

@ -533,9 +533,9 @@ class HtmlInput
*@see HtmlInput::request_to_string
*@return html string with the string data
*/
static function get_to_string($array)
static function get_to_string($array,$start="?")
{
$r=self::array_to_string($array,$_GET );
$r=self::array_to_string($array,$_GET ,$start);
return $r;
}