From 77784c77ba3301a2b84adfbf0975d6b667870c22 Mon Sep 17 00:00:00 2001 From: wlx Date: Tue, 28 Aug 2012 03:39:32 +0000 Subject: [PATCH] =?UTF-8?q?fix=20#393,=20=E4=BF=AE=E5=A4=8D=E5=BE=85?= =?UTF-8?q?=E5=AE=A1=E5=85=83=E6=95=B0=E6=8D=AE=E6=90=9C=E7=B4=A2=E5=90=8E?= =?UTF-8?q?=E4=B8=8D=E6=98=BE=E7=A4=BA=E6=A0=87=E9=A2=98=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/admin/controllers/ReviewController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/admin/controllers/ReviewController.php b/application/admin/controllers/ReviewController.php index 387e93d5..b2ea0eea 100644 --- a/application/admin/controllers/ReviewController.php +++ b/application/admin/controllers/ReviewController.php @@ -162,7 +162,7 @@ class Admin_ReviewController extends Zend_Controller_Action $keyword = $this->_request->getParam('keyword'); if(!empty($keyword)) { - $sql = "select m.*,u.username,u.realname from mdstatus m + $sql = "select m.*,md.title,u.username,u.realname from mdstatus m right join metadata md on md.uuid=m.uuid left join users u on u.id=m.userid where m.status=1