移除westdc在线资源限制

This commit is contained in:
wlx 2010-07-01 10:50:38 +00:00
parent 9858ab4337
commit 09de5a3b4f
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%')";
$sql="select * from onlineresource where uuid=? and description<>'数据说明文档' and (linkage not like '%ftp.westgis%')";
$sql=$db->quoteInto($sql,$uuid);
$this->view->resources=$db->fetchAll($sql);
//建议参考文献