일반게시판 스킨 목록 점검
This commit is contained in:
@ -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')
|
||||
|
||||
@ -214,7 +214,7 @@ function select_delete() {
|
||||
function select_copy(sw) {
|
||||
var f = document.fboardlist;
|
||||
|
||||
if (sw == "copy")
|
||||
if (sw == 'copy')
|
||||
str = "복사";
|
||||
else
|
||||
str = "이동";
|
||||
|
||||
Reference in New Issue
Block a user