Skip to content
Snippets Groups Projects
Commit fcd5e1fb authored by Phf's avatar Phf
Browse files

Fix lost value if use double quote

parent 5d7414dc
No related branches found
No related tags found
No related merge requests found
...@@ -252,7 +252,7 @@ if (empty($reshook)) ...@@ -252,7 +252,7 @@ if (empty($reshook))
$object->name_alias = GETPOST('name_alias'); $object->name_alias = GETPOST('name_alias');
} }
$object->address = GETPOST('address', 'alpha'); $object->address = GETPOST('address');
$object->zip = GETPOST('zipcode', 'alpha'); $object->zip = GETPOST('zipcode', 'alpha');
$object->town = GETPOST('town', 'alpha'); $object->town = GETPOST('town', 'alpha');
$object->country_id = GETPOST('country_id', 'int'); $object->country_id = GETPOST('country_id', 'int');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment