mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-07 16:06:15 +00:00
parent
db70056825
commit
5a653a0ac4
@ -226,7 +226,9 @@ class SmsController extends Controller {
|
|||||||
$fmtPN = preg_replace("#[ ]#","", $number);
|
$fmtPN = preg_replace("#[ ]#","", $number);
|
||||||
if (isset($contactsSrc[$fmtPN])) {
|
if (isset($contactsSrc[$fmtPN])) {
|
||||||
$contacts[$fmtPN] = $contactsSrc[$fmtPN];
|
$contacts[$fmtPN] = $contactsSrc[$fmtPN];
|
||||||
|
if (isset($uidsSrc[$fmtPN])) {
|
||||||
$uids[$fmtPN] = $uidsSrc[$fmtPN];
|
$uids[$fmtPN] = $uidsSrc[$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