在支持项目中添加了搜索功能

This commit is contained in:
Li Jianxuan 2013-05-30 01:53:30 +00:00
parent 32ea43eb59
commit 4f23edbd06
1 changed files with 1 additions and 1 deletions

View File

@ -3408,7 +3408,7 @@ class Admin_DataController extends Zend_Controller_Action
$uuid = $this->_getParam('uuid'); $uuid = $this->_getParam('uuid');
if(empty($uuid)) if(empty($uuid))
{ {
$rows = $fund->fetch(); $rows = $fund->fetch(NULL,true,0,$keyword);
view::addPaginator($rows,$this->view,$this->_request); view::addPaginator($rows,$this->view,$this->_request);
}else{ }else{
include('data/Metadata.php'); include('data/Metadata.php');