From c239e0c02a7980fd8b664535cbef9f35385736b4 Mon Sep 17 00:00:00 2001 From: wlx Date: Thu, 1 Jul 2010 10:58:37 +0000 Subject: [PATCH] revert the westdc online resource. --- application/default/controllers/DataController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/default/controllers/DataController.php b/application/default/controllers/DataController.php index 04eaf373..7c5d206d 100755 --- a/application/default/controllers/DataController.php +++ b/application/default/controllers/DataController.php @@ -589,7 +589,7 @@ class DataController extends Zend_Controller_Action $row=$db->fetchRow($sql); if ($row) $this->view->doc=$row['linkage']; //相关资源 - $sql="select * from onlineresource where uuid=? and description<>'数据说明文档' and (linkage not like '%ftp.westgis%') and (linkage not like '%westdc%') and name<>'元数据地址'"; + $sql="select * from onlineresource where uuid=? and description<>'数据说明文档' and (linkage not like '%ftp.westgis%') and name<>'元数据地址'"; $sql=$db->quoteInto($sql,$uuid); $this->view->resources=$db->fetchAll($sql); //建议参考文献