Fixing style errors.
This commit is contained in:
parent
5e98d99321
commit
81b964db45
@ -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";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user