관리자 LMS 모듈 적용

This commit is contained in:
chicpro
2015-09-23 14:54:10 +09:00
parent 6aa14c4ad0
commit b6c0e6b7d2
8 changed files with 286 additions and 75 deletions

View File

@ -117,6 +117,6 @@ function conv_sms_contents($od_id, $contents)
$sms_contents = str_replace("{회사명}", $default['de_admin_company_name'], $sms_contents);
}
return iconv("utf-8", "euc-kr", stripslashes($sms_contents));
return stripslashes($sms_contents);
}
?>