Look and feel v6

This commit is contained in:
Laurent Destailleur
2017-06-27 16:42:11 +02:00
parent 50bf1bb21f
commit 1a860c42ee
3 changed files with 6 additions and 6 deletions

View File

@@ -245,7 +245,7 @@ function dol_shutdown()
* @param string $check Type of check
* ''=no check (deprecated)
* 'none'=no check (only for param that should have very rich content)
* 'int'=check it's numeric
* 'int'=check it's numeric (integer or float)
* 'alpha'=check it's text and sign
* 'aZ'=check it's a-z only
* 'aZ09'=check it's simple alpha string (recommended for keys)