2
0
forked from Wavyzz/dolibarr
This commit is contained in:
Laurent Destailleur
2010-11-11 11:29:24 +00:00
parent f6dade1093
commit 2be3f14ac6

View File

@@ -40,7 +40,7 @@ if (! defined('ADODB_DATE_VERSION')) include_once(DOL_DOCUMENT_ROOT."/includes/a
/**
* Return value of a param into get or post variable
* @param paramname Name of parameter to found
* @param check Type of check
* @param check Type of check ('' or 'int')
* @param method Type of method (0 = get or post, 1 = only get, 2 = only post)
* @return string Value found
*/