1
0
mirror of https://github.com/e107inc/e107.git synced 2025-06-02 17:04:58 +02:00

Removed debug info.

This commit is contained in:
Cameron 2016-04-14 17:01:02 -07:00
parent 93ef3ed107
commit cdf676473b
2 changed files with 2 additions and 3 deletions

View File

@ -72,7 +72,7 @@ class e_admin_log
$this->_options[$key] = $val; $this->_options[$key] = $val;
} }
} }
define("E_LOG_INFORMATIVE", 0); // Minimal Log Level, including really minor stuff define("E_LOG_INFORMATIVE", 0); // Minimal Log Level, including really minor stuff
define("E_LOG_NOTICE", 1); // More important than informative, but less important than notice define("E_LOG_NOTICE", 1); // More important than informative, but less important than notice
define("E_LOG_WARNING", 2); // Not anything serious, but important information define("E_LOG_WARNING", 2); // Not anything serious, but important information

View File

@ -193,11 +193,10 @@ class e107Email extends PHPMailer
{ {
parent::__construct(FALSE); // Parent constructor - no exceptions for now parent::__construct(FALSE); // Parent constructor - no exceptions for now
$e107 = e107::getInstance();
$pref = e107::pref('core'); $pref = e107::pref('core');
$tp = e107::getParser(); $tp = e107::getParser();
print_a($overrides);
if(defined('MAIL_DEBUG')) if(defined('MAIL_DEBUG'))
{ {