|
@@ -261,7 +261,7 @@ class Sms_customer_list_adminAction extends Action{
|
|
|
$tel = trim($array[2]);
|
|
|
$groupName = trim($array[3]);
|
|
|
|
|
|
- if(in_array($tel, $blackList)) {
|
|
|
+ if(in_array($tel, $blackListArr)) {
|
|
|
continue;
|
|
|
}
|
|
|
|
|
@@ -311,7 +311,7 @@ class Sms_customer_list_adminAction extends Action{
|
|
|
$tel = trim($array[2]);
|
|
|
$groupName = trim($array[3]);
|
|
|
|
|
|
- if(in_array($tel, $blackList)) {
|
|
|
+ if(in_array($tel, $blackListArr)) {
|
|
|
continue;
|
|
|
}
|
|
|
|