revert the westdc online resource.
This commit is contained in:
parent
fd42b99120
commit
c239e0c02a
|
@ -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);
|
||||
//建议参考文献
|
||||
|
|
Loading…
Reference in New Issue