From a820e4c91281821f62f98dc9446c1a9bd777c26a Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 16 May 2013 09:51:05 +0900 Subject: [PATCH] =?UTF-8?q?=ED=8E=98=EC=9D=B4=EC=A7=95=20=ED=83=9C?= =?UTF-8?q?=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/common.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common.lib.php b/lib/common.lib.php index 781f5c89a..24c4ac440 100644 --- a/lib/common.lib.php +++ b/lib/common.lib.php @@ -48,7 +48,7 @@ function get_paging($write_pages, $cur_page, $total_page, $url, $add="") } if ($str) - return "
{$str}
"; + return ""; else return ""; }