diff --git a/adm/boardgroup_list.php b/adm/boardgroup_list.php index c62a5b728..25bea246e 100644 --- a/adm/boardgroup_list.php +++ b/adm/boardgroup_list.php @@ -128,10 +128,10 @@ var list_update_php = "./boardgroup_list_update.php"; $row2 = sql_fetch($sql2); $s_upd = '수정'; - $s_del = ''; + /*$s_del = ''; if ($is_admin == 'super') { $s_del = '삭제'; - } + }*/ ?>
| 번호 | 제목 | 작성일시 | @@ -48,19 +49,23 @@ $colspan = 6; for ($i=0; $row=mysql_fetch_array($result); $i++) { $s_mod = '수정'; - $s_del = '삭제'; + //$s_del = '삭제'; $s_vie = '미리보기'; $num = number_format($total_count - ($page - 1) * $config['cf_page_rows'] - $i); ?>|||||
|---|---|---|---|---|---|---|---|
| + + + | =$num?> | =$row['ma_subject']?> | =$row['ma_time']?> | 테스트 | 보내기 | -=$s_mod?> =$s_del?> =$s_vie?> | +=$s_mod?> =$s_vie?> |