관리자 #47 의 5 처리 : 1차 완료

This commit is contained in:
whitedot
2012-11-20 11:45:26 +09:00
parent fa63e4c47c
commit 3b1fb93420
22 changed files with 45 additions and 45 deletions

View File

@ -10,7 +10,7 @@ if (is_array($_POST['chk'])) {
// 실제 번호를 넘김
$k = $chk[$i];
sql_query(" delete from {$g4['popular_table']} where pp_id = '{$_POST['pp_id'][$k]}' ", true);
sql_query(" delete from {$g4['popular_table']} where pp_id = '{$_POST[pp_id][$k]}' ", true);
}
}