From 7a12415fe8a0406f83186cae519f7de21ac38266 Mon Sep 17 00:00:00 2001 From: wlx Date: Fri, 5 Sep 2014 02:54:14 +0000 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A02012=E3=80=812013=E5=88=86?= =?UTF-8?q?=E7=B1=BB=E7=9A=84=E6=96=87=E5=AD=97=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/default/controllers/HiwaterController.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/application/default/controllers/HiwaterController.php b/application/default/controllers/HiwaterController.php index 4d680d31..1d0fb836 100644 --- a/application/default/controllers/HiwaterController.php +++ b/application/default/controllers/HiwaterController.php @@ -383,11 +383,15 @@ class HiwaterController extends DataController function hmon2012Action() { $this->getmdrestricted(array('2012','水文气象观测网')); + $archive = new Archive($this->db); + $this->view->info = $archive->getOneArchive('HiWATER:流域水文气象观测网','about'); $this->_helper->viewRenderer('base'); } function hmon2013Action() { $this->getmdrestricted(array('2013','水文气象观测网')); + $archive = new Archive($this->db); + $this->view->info = $archive->getOneArchive('HiWATER:流域水文气象观测网','about'); $this->_helper->viewRenderer('base'); } function hmon2012upAction()