Code comment
This commit is contained in:
parent
43f6eab2ea
commit
7eb4562432
@ -407,7 +407,7 @@ function GETPOST($paramname, $check='', $method=0, $filter=NULL, $options=NULL)
|
|||||||
{
|
{
|
||||||
case 'none':
|
case 'none':
|
||||||
break;
|
break;
|
||||||
case 'int':
|
case 'int': // Check param is a numeric value (integer but also float or hexadecimal)
|
||||||
if (! is_numeric($out)) { $out=''; }
|
if (! is_numeric($out)) { $out=''; }
|
||||||
break;
|
break;
|
||||||
case 'intcomma':
|
case 'intcomma':
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user