mirror of
https://github.com/e107inc/e107.git
synced 2025-05-07 12:45:25 +02:00
Removed debug info.
This commit is contained in:
parent
93ef3ed107
commit
cdf676473b
e107_handlers
@ -72,7 +72,7 @@ class e_admin_log
|
||||
$this->_options[$key] = $val;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
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_WARNING", 2); // Not anything serious, but important information
|
||||
|
@ -193,11 +193,10 @@ class e107Email extends PHPMailer
|
||||
{
|
||||
parent::__construct(FALSE); // Parent constructor - no exceptions for now
|
||||
|
||||
$e107 = e107::getInstance();
|
||||
|
||||
$pref = e107::pref('core');
|
||||
$tp = e107::getParser();
|
||||
|
||||
print_a($overrides);
|
||||
|
||||
if(defined('MAIL_DEBUG'))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user