사용자 코드 체크 및 정리2
This commit is contained in:
@ -42,7 +42,7 @@ if ($w == '')
|
|||||||
}
|
}
|
||||||
else if ($w == 'd')
|
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}' ";
|
$sql = " delete from {$g5['poll_etc_table']} where pc_id = '{$pc_id}' ";
|
||||||
if (!$is_admin)
|
if (!$is_admin)
|
||||||
|
|||||||
Reference in New Issue
Block a user