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

@ -379,7 +379,7 @@ if($config['cf_sms_type'] == 'LMS') {
break;
}
}
function Add($strDest, $strCallBack, $strCaller, $strURL, $strMessage, $strDate="", $nCount) {
function Add2($strDest, $strCallBack, $strCaller, $strURL, $strMessage, $strDate="", $nCount) {
global $g5;
$Error = $this->CheckCommonTypeDest($strDest, $nCount);