From cfdadacf9b0dc4107d3d34cb9a0775667710dd48 Mon Sep 17 00:00:00 2001 From: gnuboard Date: Wed, 17 Apr 2013 09:45:08 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9E=85=EB=A0=A5=ED=95=9C=20=EB=82=A0?= =?UTF-8?q?=EC=A7=9C=EB=A5=BC=20=EC=9C=A0=EC=A7=80=ED=95=98=EA=B8=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/visit.sub.php | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/adm/visit.sub.php b/adm/visit.sub.php index 6a14daffb..83562f2f7 100644 --- a/adm/visit.sub.php +++ b/adm/visit.sub.php @@ -7,18 +7,19 @@ if (empty($fr_date)) $fr_date = G4_TIME_YMD; if (empty($to_date)) $to_date = G4_TIME_YMD; $qstr = "fr_date=".$fr_date."&to_date=".$to_date; +$query_string = $qstr ? '?'.$qstr : ''; ?>