Fix: filter on POST value too restrictive

This commit is contained in:
jfefe
2014-05-11 12:33:49 +02:00
parent 8cba0fbcbe
commit e7dfdd27b1

View File

@@ -42,8 +42,8 @@ $langs->load("main");
// Get parameters
$id = GETPOST('id','int');
$action = GETPOST('action','alpha');
$ref = GETPOST('ref','alpha');
$description = GETPOST('description','alpha');
$ref = GETPOST('ref');
$description = GETPOST('description');
$fk_code_type_resource = GETPOST('fk_code_type_resource','alpha');
// Protection if external user