保留数据作者信息

This commit is contained in:
wlx 2013-04-26 08:06:31 +00:00
parent 91bdc31f2d
commit 33d84305fc
1 changed files with 0 additions and 1 deletions

View File

@ -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));