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 // Get parameters
$id = GETPOST('id','int'); $id = GETPOST('id','int');
$action = GETPOST('action','alpha'); $action = GETPOST('action','alpha');
$ref = GETPOST('ref','alpha'); $ref = GETPOST('ref');
$description = GETPOST('description','alpha'); $description = GETPOST('description');
$fk_code_type_resource = GETPOST('fk_code_type_resource','alpha'); $fk_code_type_resource = GETPOST('fk_code_type_resource','alpha');
// Protection if external user // Protection if external user