Fixing style errors.

This commit is contained in:
stickler-ci 2021-04-30 08:12:24 +00:00
parent 5e98d99321
commit 81b964db45

View File

@ -902,11 +902,11 @@ function show_contacts($conf, $langs, $db, $object, $backtopage = '')
't.email', 't.email',
); );
//Social media //Social media
// foreach ($socialnetworks as $key => $value) { // foreach ($socialnetworks as $key => $value) {
// if ($value['active']) { // if ($value['active']) {
// $searchAddressPhoneDBFields['t.'.$key] = "t.socialnetworks->'$.".$key."'"; // $searchAddressPhoneDBFields['t.'.$key] = "t.socialnetworks->'$.".$key."'";
// } // }
// } // }
if (!$sortorder) $sortorder = "ASC"; if (!$sortorder) $sortorder = "ASC";
if (!$sortfield) $sortfield = "t.lastname"; if (!$sortfield) $sortfield = "t.lastname";