From 5eb8535928fc52357a9e3c30d415d415f06f8af2 Mon Sep 17 00:00:00 2001 From: wlx Date: Sat, 26 Nov 2011 14:44:39 +0000 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8=E7=BA=BF=E8=B5=84=E6=BA=90=E4=B8=AD?= =?UTF-8?q?=E7=A7=BB=E9=99=A4=E5=8E=9F=E6=9D=A5=E7=9A=84=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 84ac65cc..6b009379 100755 --- a/application/default/controllers/DataController.php +++ b/application/default/controllers/DataController.php @@ -576,7 +576,7 @@ class DataController extends Zend_Controller_Action $row=$this->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 name<>'元数据地址'"; + $sql="select * from onlineresource where uuid=? and (linkage not like '%ftp.westgis%') and name<>'元数据地址'"; $sql=$this->db->quoteInto($sql,$uuid); $this->view->resources=$this->db->fetchAll($sql); //建议参考文献