Add expected whitespace before Widget::unavailableNetworks() output in Module\Contact
This commit is contained in:
parent
7fd2c00171
commit
06b992a5dd
|
@ -714,15 +714,14 @@ class Contact extends BaseModule
|
||||||
$sql_values[] = $group;
|
$sql_values[] = $group;
|
||||||
}
|
}
|
||||||
|
|
||||||
$sql_extra .= Widget::unavailableNetworks();
|
|
||||||
|
|
||||||
$total = 0;
|
$total = 0;
|
||||||
$stmt = DBA::p("SELECT COUNT(*) AS `total`
|
$stmt = DBA::p("SELECT COUNT(*) AS `total`
|
||||||
FROM `contact`
|
FROM `contact`
|
||||||
WHERE `uid` = ?
|
WHERE `uid` = ?
|
||||||
AND `self` = 0
|
AND `self` = 0
|
||||||
AND NOT `deleted`
|
AND NOT `deleted`
|
||||||
$sql_extra",
|
$sql_extra
|
||||||
|
" . Widget::unavailableNetworks(),
|
||||||
$sql_values
|
$sql_values
|
||||||
);
|
);
|
||||||
if (DBA::isResult($stmt)) {
|
if (DBA::isResult($stmt)) {
|
||||||
|
|
Loading…
Reference in a new issue