From 8079f0e239ee335d7ddc7ccf5885b8848a3e3eff Mon Sep 17 00:00:00 2001 From: edward Date: Fri, 5 Feb 2016 12:41:03 +0800 Subject: [PATCH] Report/SendEventErrors.php --- Report/SendEventErrors.php | 6 ------ 1 file changed, 6 deletions(-) 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}]'); } -- 2.39.2