HttpInput: Exception if the type is not known,
correct the use of numeric instead of number
This commit is contained in:
parent
2bb31c7180
commit
1093894187
13 changed files with 39 additions and 37 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue