From e9d3de18591cc63d8d17d5dd1f668acf708cf0d2 Mon Sep 17 00:00:00 2001 From: chicpro Date: Fri, 14 Mar 2014 18:12:35 +0900 Subject: [PATCH] =?UTF-8?q?=EC=84=9C=EB=B8=8C=EB=A9=94=EB=89=B4=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80=20=EC=BD=94=EB=93=9C=20=EC=98=A4=EB=A5=98=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/menu_form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adm/menu_form.php b/adm/menu_form.php index 444bc3833..4f8c8dc06 100644 --- a/adm/menu_form.php +++ b/adm/menu_form.php @@ -9,7 +9,7 @@ $g5['title'] = '메뉴 추가'; include_once(G5_PATH.'/head.sub.php'); // 코드 -if($new == 'new' || $code == 0) { +if($new == 'new' || !$code) { $code = base_convert(substr($code,0, 2), 36, 10); $code += 36; $code = base_convert($code, 10, 36);