포인트관리 선택삭제 기능 수정

This commit is contained in:
chicpro
2013-02-18 16:57:02 +09:00
parent aa251bd025
commit df96e7d964
2 changed files with 19 additions and 3 deletions

View File

@ -8,7 +8,11 @@ auth_check($auth[$sub_menu], 'd');
check_token();
for ($i=0; $i<count($chk); $i++)
$count = count($_POST['chk']);
if(!$count)
alert("선택삭제 하실 항목을 하나이상 선택해 주세요.");
for ($i=0; $i<$count; $i++)
{
// 실제 번호를 넘김
$k = $_POST['chk'][$i];