Merge pull request #5717 from atm-ph/new_type_getpost
New type for GETPOST
This commit is contained in:
commit
9e93cae097
@ -275,6 +275,9 @@ function GETPOST($paramname,$check='',$method=0,$filter=NULL,$options=NULL)
|
|||||||
if (empty($filter)) return 'BadFourthParameterForGETPOST';
|
if (empty($filter)) return 'BadFourthParameterForGETPOST';
|
||||||
$out=filter_var($out, $filter, $options);
|
$out=filter_var($out, $filter, $options);
|
||||||
break;
|
break;
|
||||||
|
case 'nohtml':
|
||||||
|
$out=dol_string_nohtmltag($out);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user