From 8bb20b0bd263fe445a18084475378e2fdb1e56b3 Mon Sep 17 00:00:00 2001 From: wlx Date: Sat, 8 Jun 2013 09:56:15 +0000 Subject: [PATCH] change lai category --- application/default/controllers/HiwaterController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/default/controllers/HiwaterController.php b/application/default/controllers/HiwaterController.php index 71f65910..75adb558 100644 --- a/application/default/controllers/HiwaterController.php +++ b/application/default/controllers/HiwaterController.php @@ -241,7 +241,7 @@ class HiwaterController extends DataController } function bnulaiAction() { - $this->getmd(array('','LAI')); + $this->getmdlimited('LAI','生态水文无线传感器网络'); $this->_helper->viewRenderer('base'); }