2
0
forked from Wavyzz/dolibarr

Added tags/categories management to customers

Customers part of #2571
This commit is contained in:
Raphaël Doursenaud
2015-05-29 18:49:10 +02:00
parent 888bec2df3
commit bbd0b89087
3 changed files with 58 additions and 1 deletions

View File

@@ -227,7 +227,7 @@ function dol_shutdown()
* @param int $method Type of method (0 = get then post, 1 = only get, 2 = only post, 3 = post then get, 4 = post then get then cookie)
* @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
* @return string||string[] Value found (string or array), or '' if check fails
* @return string|string[] Value found (string or array), or '' if check fails
*/
function GETPOST($paramname,$check='',$method=0,$filter=NULL,$options=NULL)
{