mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 17:48:25 +01:00
Code comment
This commit is contained in:
@@ -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':
|
||||||
|
|||||||
Reference in New Issue
Block a user