保留数据作者信息
This commit is contained in:
parent
91bdc31f2d
commit
33d84305fc
|
@ -250,7 +250,6 @@ class Admin_DataController extends Zend_Controller_Action
|
|||
{
|
||||
$sql="delete from metadata where id=?";
|
||||
try {
|
||||
$this->db->query("delete from mdauthor where uuid in (select uuid from metadata where id=?)",array($delete));
|
||||
$this->db->query("delete from mdstatus where uuid in (select uuid from metadata where id=?)",array($delete));
|
||||
$this->db->query($sql,array($delete));
|
||||
|
||||
|
|
Loading…
Reference in New Issue