Code comment

This commit is contained in:
Laurent Destailleur
2017-07-13 15:22:07 +02:00
parent 43f6eab2ea
commit 7eb4562432

View File

@@ -407,7 +407,7 @@ function GETPOST($paramname, $check='', $method=0, $filter=NULL, $options=NULL)
{
case 'none':
break;
case 'int':
case 'int': // Check param is a numeric value (integer but also float or hexadecimal)
if (! is_numeric($out)) { $out=''; }
break;
case 'intcomma':