php7 대응 코드 수정
This commit is contained in:
@ -244,7 +244,7 @@ if($config['cf_sms_type'] == 'LMS') {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
$SMS->SMS_con($config['cf_icode_server_ip'], $config['cf_icode_id'], $config['cf_icode_pw'], $config['cf_icode_server_port']);
|
$SMS->SMS_con($config['cf_icode_server_ip'], $config['cf_icode_id'], $config['cf_icode_pw'], $config['cf_icode_server_port']);
|
||||||
$result = $SMS->Add($list, $reply, '', '', $wr_message, $booking, $wr_total);
|
$result = $SMS->Add2($list, $reply, '', '', $wr_message, $booking, $wr_total);
|
||||||
|
|
||||||
if ($result)
|
if ($result)
|
||||||
{
|
{
|
||||||
|
|||||||
@ -379,7 +379,7 @@ if($config['cf_sms_type'] == 'LMS') {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
function Add($strDest, $strCallBack, $strCaller, $strURL, $strMessage, $strDate="", $nCount) {
|
function Add2($strDest, $strCallBack, $strCaller, $strURL, $strMessage, $strDate="", $nCount) {
|
||||||
global $g5;
|
global $g5;
|
||||||
|
|
||||||
$Error = $this->CheckCommonTypeDest($strDest, $nCount);
|
$Error = $this->CheckCommonTypeDest($strDest, $nCount);
|
||||||
|
|||||||
Reference in New Issue
Block a user