$list array 중복 선언 오류 수정 - 뽁스님 제보

This commit is contained in:
chicpro
2014-03-27 16:18:17 +09:00
parent 2d769a83ce
commit f1c33e30a2

View File

@ -7,8 +7,6 @@ if (!$is_member)
$g5['title'] = $member['mb_nick'].'님의 스크랩';
include_once(G5_PATH.'/head.sub.php');
$list = array();
$sql_common = " from {$g5['scrap_table']} where mb_id = '{$member['mb_id']}' ";
$sql_order = " order by ms_id desc ";