merge heihedata branch r4180

This commit is contained in:
wlx 2014-01-10 04:11:09 +00:00
parent a92a46c17c
commit b1a4cb94eb
1 changed files with 1 additions and 1 deletions

View File

@ -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()