Merge branch 'g5'

This commit is contained in:
chicpro
2014-01-23 12:47:09 +09:00
3 changed files with 21 additions and 2 deletions

View File

@ -33,6 +33,9 @@ if (!empty($msg)) {
alert($msg);
}
if($qa_hp)
$qa_hp = preg_replace('/[^0-9\-]/', '', strip_tags($qa_hp));
// 090710
if (substr_count($qa_content, '&#') > 50) {
alert('내용에 올바르지 않은 코드가 다수 포함되어 있습니다.');