Fixing style errors.
This commit is contained in:
parent
0c56664c4f
commit
d87749e5a6
@ -186,7 +186,7 @@ if (empty($reshook))
|
|||||||
$object->zip = (string) GETPOST("zipcode", 'alpha');
|
$object->zip = (string) GETPOST("zipcode", 'alpha');
|
||||||
$object->town = (string) GETPOST("town", 'alpha');
|
$object->town = (string) GETPOST("town", 'alpha');
|
||||||
$object->country_id = (int) GETPOST("country_id", 'int');
|
$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->jabberid = GETPOST("jabberid", 'alpha');
|
||||||
//$object->skype = GETPOST("skype", 'alpha');
|
//$object->skype = GETPOST("skype", 'alpha');
|
||||||
//$object->twitter = GETPOST("twitter", 'alpha');
|
//$object->twitter = GETPOST("twitter", 'alpha');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user