2
0
forked from Wavyzz/dolibarr

Try to fix doc

This commit is contained in:
Laurent Destailleur
2020-02-20 01:26:40 +01:00
parent 04c71bc79b
commit 76f0df138b

View File

@@ -297,7 +297,7 @@ function GETPOSTISSET($paramname)
* @param int $filter Filter to apply when $check is set to 'custom'. (See http://php.net/manual/en/filter.filters.php for détails)
* @param mixed $options Options to pass to filter_var when $check is set to 'custom'
* @param string $noreplace Force disable of replacement of __xxx__ strings.
* @return string|string[] Value found (string or array), or '' if check fails
* @return string|array Value found (string or array), or '' if check fails
*/
function GETPOST($paramname, $check = 'alphanohtml', $method = 0, $filter = null, $options = null, $noreplace = 0)
{