From: edward Date: Fri, 5 Feb 2016 04:41:03 +0000 (+0800) Subject: Report/SendEventErrors.php X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=commitdiff_plain;h=8079f0e239ee335d7ddc7ccf5885b8848a3e3eff Report/SendEventErrors.php --- diff --git a/Report/SendEventErrors.php b/Report/SendEventErrors.php index 0cd0b0d..c8acf99 100644 --- a/Report/SendEventErrors.php +++ b/Report/SendEventErrors.php @@ -45,12 +45,6 @@ class Pman_Admin_Report_SendEventErrors extends Pman_Roo { $this->opts = $opts; - $this->transObj = DB_DataObject::Factory('core_enum'); - - $this->transObj->query('BEGIN'); - - PEAR::setErrorHandling(PEAR_ERROR_CALLBACK, array($this, 'onPearError')); - if(empty($this->opts['group'])){ $this->jerr('Missing group - try add [-t {group name}]'); }