HttpInput: Exception if the type is not known,

correct the use of numeric instead of number
This commit is contained in:
Dany De Bontridder 2017-11-15 20:07:08 +01:00
parent 2bb31c7180
commit 1093894187
13 changed files with 39 additions and 37 deletions

View file

@ -41,7 +41,7 @@ echo '<div id="acc_update" class="inner_box" style="display:none;position:absolu
/* Store the p_start parameter */
$g_start=$http->get('p_start',"numeric",1);
$g_start=$http->get('p_start',"number",1);
?>
<a id="top"></a>