php7 대응 코드 수정

This commit is contained in:
chicpro
2015-11-04 17:12:28 +09:00
parent e93cc1c920
commit 9ed1ecfcb4
2 changed files with 2 additions and 2 deletions

View File

@ -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)
{ {

View File

@ -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);