사용자 코드 체크 및 정리2

This commit is contained in:
chicpro
2014-03-26 17:18:40 +09:00
parent 1c9f0f6018
commit eeef799bf7

View File

@ -42,7 +42,7 @@ if ($w == '')
}
else if ($w == 'd')
{
if ($member[mb_id] || $is_admin == 'super')
if ($member['mb_id'] || $is_admin == 'super')
{
$sql = " delete from {$g5['poll_etc_table']} where pc_id = '{$pc_id}' ";
if (!$is_admin)