add new class
This commit is contained in:
parent
54d6aa8f28
commit
45ed720fe3
|
@ -175,6 +175,7 @@ class ISO19115
|
|||
//删除所有未用到的responsible数据
|
||||
$sql="delete from responsible where id not in (select distinct(resid) from role)";
|
||||
$db->query($sql);
|
||||
$this->view=new \stdClass;
|
||||
$this->view->config = Zend_Registry::get('config');
|
||||
|
||||
//if (!empty($this->doi)) $row->doi=$this->doi;
|
||||
|
|
Loading…
Reference in New Issue