From 4f23edbd0650252d069a599aaaa125ff420bf5bb Mon Sep 17 00:00:00 2001 From: Li Jianxuan Date: Thu, 30 May 2013 01:53:30 +0000 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8=E6=94=AF=E6=8C=81=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E4=B8=AD=E6=B7=BB=E5=8A=A0=E4=BA=86=E6=90=9C=E7=B4=A2=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/admin/controllers/DataController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/admin/controllers/DataController.php b/application/admin/controllers/DataController.php index ccb4f9ef..7e581141 100755 --- a/application/admin/controllers/DataController.php +++ b/application/admin/controllers/DataController.php @@ -3408,7 +3408,7 @@ class Admin_DataController extends Zend_Controller_Action $uuid = $this->_getParam('uuid'); if(empty($uuid)) { - $rows = $fund->fetch(); + $rows = $fund->fetch(NULL,true,0,$keyword); view::addPaginator($rows,$this->view,$this->_request); }else{ include('data/Metadata.php');