SMS5 코드 체크 및 정리

This commit is contained in:
chicpro
2014-03-27 14:05:59 +09:00
parent 36b0ad66cf
commit 2065819ab9
12 changed files with 30 additions and 30 deletions

View File

@ -12,7 +12,7 @@ $g5['title'] = "문자전송 상세내역";
if (!is_numeric($wr_no))
alert('전송 고유 번호가 없습니다.');
if (!$spage) $spage = 1;
if ($spage < 1) $spage = 1;
if ($sst && trim($ssv))
$sql_search = " and $sst like '%$ssv%' ";