From 60d2c9821d41fc61135a657c977706a5e4cdba1d Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 11 Apr 2013 14:34:21 +0900 Subject: [PATCH] =?UTF-8?q?device=20=EC=84=A4=EC=A0=95=EC=97=90=20?= =?UTF-8?q?=EB=94=B0=EB=9D=BC=20=EC=B5=9C=EC=8B=A0=EA=B8=80=20=EB=85=B8?= =?UTF-8?q?=EC=B6=9C=ED=95=98=EB=8F=84=EB=A1=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/index.php b/mobile/index.php index ad42f959d..dbccfe9aa 100644 --- a/mobile/index.php +++ b/mobile/index.php @@ -7,7 +7,7 @@ include_once(G4_MOBILE_PATH.'/_head.php'); 'pc' order by gr_id, bo_table "; $result = sql_query($sql); for ($i=0; $row=sql_fetch_array($result); $i++) { // 이 함수가 바로 최신글을 추출하는 역할을 합니다.