revert the westdc online resource.

This commit is contained in:
wlx 2010-07-01 10:58:37 +00:00
parent fd42b99120
commit c239e0c02a
1 changed files with 1 additions and 1 deletions

View File

@ -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);
//建议参考文献