Fixing style errors.

This commit is contained in:
stickler-ci 2020-11-05 19:31:42 +00:00
parent 0c56664c4f
commit d87749e5a6

View File

@ -186,7 +186,7 @@ if (empty($reshook))
$object->zip = (string) GETPOST("zipcode", 'alpha');
$object->town = (string) GETPOST("town", 'alpha');
$object->country_id = (int) GETPOST("country_id", 'int');
$object->state_id = (int)GETPOST("state_id", 'int');
$object->state_id = (int) GETPOST("state_id", 'int');
//$object->jabberid = GETPOST("jabberid", 'alpha');
//$object->skype = GETPOST("skype", 'alpha');
//$object->twitter = GETPOST("twitter", 'alpha');