사용하지 않는 코드 삭제

This commit is contained in:
chicpro
2015-05-15 16:47:49 +09:00
parent 5dfdcb1d85
commit 08f7c21fc2
5 changed files with 0 additions and 7 deletions

View File

@ -104,8 +104,6 @@ $colspan = 7;
if ($row2['cnt'])
$group = '<a href="./boardgroupmember_form.php?mb_id='.$row['mb_id'].'">'.$row2['cnt'].'</a>';
//$s_del = '<a href="javascript:post_delete(\'boardgroupmember_update.php\', \''.$row['gm_id'].'\');">삭제</a>';
$mb_nick = get_sideview($row['mb_id'], $row['mb_nick'], $row['mb_email'], $row['mb_homepage']);
$bg = 'bg'.($i%2);