diff --git a/htdocs/resource/card.php b/htdocs/resource/card.php index 76ea7f99900..1ecf827fe39 100755 --- a/htdocs/resource/card.php +++ b/htdocs/resource/card.php @@ -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