remove comment

This commit is contained in:
wlx 2013-04-22 16:06:13 +00:00
parent a9c8c62e59
commit fe5c698d7b
1 changed files with 1 additions and 1 deletions

View File

@ -2412,7 +2412,7 @@ class Admin_DataController extends Zend_Controller_Action
$mail->addTo($this->debug_email);
}
@$mail->send();
*/
$data = array("commited"=>1,"error"=>'该版本已经成功提交,请等待数据中心进一步处理!');
$this->jsonexit($data);
return true;