mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-07 07:56:23 +00:00
smscontroller: Remove whitespaces
This commit is contained in:
parent
b67802a646
commit
4852fa3675
@ -108,7 +108,7 @@ class SmsController extends Controller {
|
|||||||
$contacts = $this->contactCache->getContacts();
|
$contacts = $this->contactCache->getContacts();
|
||||||
$iContacts = $this->contactCache->getInvertedContacts();
|
$iContacts = $this->contactCache->getInvertedContacts();
|
||||||
$contactName = "";
|
$contactName = "";
|
||||||
|
|
||||||
// Cache country because of loops
|
// Cache country because of loops
|
||||||
$configuredCountry = $this->configMapper->getCountry();
|
$configuredCountry = $this->configMapper->getCountry();
|
||||||
|
|
||||||
@ -158,7 +158,7 @@ class SmsController extends Controller {
|
|||||||
$contacts = $this->contactCache->getContacts();
|
$contacts = $this->contactCache->getContacts();
|
||||||
$iContacts = $this->contactCache->getInvertedContacts();
|
$iContacts = $this->contactCache->getInvertedContacts();
|
||||||
$contactName = "";
|
$contactName = "";
|
||||||
|
|
||||||
// Cache country because of loops
|
// Cache country because of loops
|
||||||
$configuredCountry = $this->configMapper->getCountry();
|
$configuredCountry = $this->configMapper->getCountry();
|
||||||
|
|
||||||
@ -196,7 +196,7 @@ class SmsController extends Controller {
|
|||||||
$fmtPN2 = preg_replace("#\/#","", $fmtPN);
|
$fmtPN2 = preg_replace("#\/#","", $fmtPN);
|
||||||
$contacts[$fmtPN] = $contactsSrc[$fmtPN];
|
$contacts[$fmtPN] = $contactsSrc[$fmtPN];
|
||||||
$contacts[$fmtPN2] = $contactsSrc[$fmtPN];
|
$contacts[$fmtPN2] = $contactsSrc[$fmtPN];
|
||||||
|
|
||||||
if (isset($photosSrc[$contacts[$fmtPN]])) {
|
if (isset($photosSrc[$contacts[$fmtPN]])) {
|
||||||
$photos[$contacts[$fmtPN]] = $photosSrc[$contacts[$fmtPN]];
|
$photos[$contacts[$fmtPN]] = $photosSrc[$contacts[$fmtPN]];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user