diff --git a/adm/index.php b/adm/index.php index 84dd1f79b..f98f5c00d 100644 --- a/adm/index.php +++ b/adm/index.php @@ -31,7 +31,7 @@ $sql = " select count(*) as cnt {$sql_common} {$sql_search} and mb_leave_date <> $row = sql_fetch($sql); $leave_count = $row['cnt']; -// 차단회원수 +// 차단회원수 $sql = " select count(*) as cnt {$sql_common} {$sql_search} and mb_intercept_date <> '' {$sql_order} "; $row = sql_fetch($sql); $intercept_count = $row['cnt']; @@ -199,9 +199,9 @@ $colspan = 5; ?> - - - + + +
@@ -273,7 +273,7 @@ $colspan = 7; $link1 = $link2 = ""; if (!preg_match("/^\@/", $row['po_rel_table']) && $row['po_rel_table']) { - $link1 = ''; + $link1 = ''; $link2 = ''; } ?>