处理逻辑问题

This commit is contained in:
wlx 2012-12-11 03:12:25 +00:00
parent 4d3a2bed2a
commit d5814c826f
1 changed files with 1 additions and 2 deletions

View File

@ -205,9 +205,8 @@ class ArchivesController extends Zend_Controller_Action
LEFT JOIN metadata md ON ct.uuid=md.uuid
WHERE ct.aid=$archive";
$sth = $this->db->query($sql);
$mdinfo = $sth->fetchAll();
$this->view->mdinfo = $sth->fetchAll();
}
$this->view->mdinfo = $mdinfo;
}