일반게시판 스킨 목록 점검

This commit is contained in:
whitedot
2012-11-26 18:25:46 +09:00
parent 0161197384
commit 1cb624fe3c
2 changed files with 5 additions and 6 deletions

View File

@ -26,11 +26,10 @@ else {
}
}
$sql = " select *
from $g4[board_table] a,
$g4[group_table] b
where a.gr_id = b.gr_id
and bo_table <> '$bo_table' ";
$sql = " select * from $g4[board_table] a,
{$g4[group_table]} b
where a.gr_id = b.gr_id
and bo_table <> '{$bo_table}' ";
if ($is_admin == 'group')
$sql .= " and b.gr_admin = '$member[mb_id]' ";
else if ($is_admin == 'board')

View File

@ -214,7 +214,7 @@ function select_delete() {
function select_copy(sw) {
var f = document.fboardlist;
if (sw == "copy")
if (sw == 'copy')
str = "복사";
else
str = "이동";