From b1a4cb94eb45c62bb67395b8c707ebc577040ab7 Mon Sep 17 00:00:00 2001 From: wlx Date: Fri, 10 Jan 2014 04:11:09 +0000 Subject: [PATCH] merge heihedata branch r4180 --- application/default/controllers/HaiheController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/default/controllers/HaiheController.php b/application/default/controllers/HaiheController.php index 88e38d6f..106b6287 100644 --- a/application/default/controllers/HaiheController.php +++ b/application/default/controllers/HaiheController.php @@ -15,7 +15,7 @@ class HaiheController extends DataController function indexAction() { $archive = new Archive($this->db); - $this->view->info = $archive->getOneArchive('海河流域地表通量、气象要素观测数据集','about'); + $this->view->info = $archive->getOneArchive('海河流域多尺度地表通量与气象要素观测数据集','about'); } function documentAction()