Fixing style errors.
This commit is contained in:
parent
992a4c7c21
commit
20ae94b84b
@ -60,7 +60,6 @@ if ($action == 'addcontact' && $permissiontoedit) {
|
|||||||
$contactid = (GETPOST('userid') ? GETPOST('userid') : GETPOST('contactid'));
|
$contactid = (GETPOST('userid') ? GETPOST('userid') : GETPOST('contactid'));
|
||||||
$typeid = (GETPOST('typecontact') ? GETPOST('typecontact') : GETPOST('type'));
|
$typeid = (GETPOST('typecontact') ? GETPOST('typecontact') : GETPOST('type'));
|
||||||
$result = $object->add_contact($contactid, $typeid, GETPOST("source"));
|
$result = $object->add_contact($contactid, $typeid, GETPOST("source"));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($result >= 0) {
|
if ($result >= 0) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user