관리자: 변수 상수 제외 홑따옴표

This commit is contained in:
whitedot
2012-12-26 14:47:34 +09:00
parent a441937076
commit b023c3414d
55 changed files with 594 additions and 598 deletions

View File

@ -106,7 +106,7 @@ function textarea_size(fld, size)
echo $href1 . $menu['menu'.$key][0][1] . $href2;
echo print_menu1('menu'.$key, 1);
echo "</li>";
if ($current_class || !$index) $current_class = ""; // 클래스 반복부여 방지
if (isset($index) && ($current_class || !$index)) $current_class = ""; // 클래스 반복부여 방지
}
?>