From 83c650c537e44e2a6e261bc21b3e028bbace0dd6 Mon Sep 17 00:00:00 2001 From: wlx Date: Mon, 16 Jun 2014 02:15:32 +0000 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E5=AE=9A=E9=A6=96=E9=A1=B5=E6=96=B0?= =?UTF-8?q?=E9=97=BB=E6=9D=A1=E6=95=B0=E4=B8=BA5=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/default/controllers/IndexController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/default/controllers/IndexController.php b/application/default/controllers/IndexController.php index 9ce8c4da..50ec880c 100755 --- a/application/default/controllers/IndexController.php +++ b/application/default/controllers/IndexController.php @@ -66,7 +66,7 @@ class IndexController extends Zend_Controller_Action //$time = date("Y-m-d H:i:s",time()); $sql = "SELECT * FROM archive WHERE is_pub=true and sub='$this->subnews' AND ts_publisheddb->query($sql); $rows = $sth->fetchAll(PDO::FETCH_BOTH);