diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2005-12-05 18:52:23 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2005-12-05 18:52:23 +0000 |
commit | 5c64235b6f51bf234c9210be3e1e749292d87a2d (patch) | |
tree | ed4e63ae05390abf7ab37b3042554c8367cc81bc /phpBB/includes/functions_messenger.php | |
parent | 5953bd635b345ca839d1adfc61a78313a3759bf9 (diff) | |
download | forums-5c64235b6f51bf234c9210be3e1e749292d87a2d.tar forums-5c64235b6f51bf234c9210be3e1e749292d87a2d.tar.gz forums-5c64235b6f51bf234c9210be3e1e749292d87a2d.tar.bz2 forums-5c64235b6f51bf234c9210be3e1e749292d87a2d.tar.xz forums-5c64235b6f51bf234c9210be3e1e749292d87a2d.zip |
- mass email
git-svn-id: file:///svn/phpbb/trunk@5321 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions_messenger.php')
-rw-r--r-- | phpBB/includes/functions_messenger.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/functions_messenger.php b/phpBB/includes/functions_messenger.php index f23dd3a55c..f9ce062d0b 100644 --- a/phpBB/includes/functions_messenger.php +++ b/phpBB/includes/functions_messenger.php @@ -231,7 +231,7 @@ class messenger $user->session_begin(); include_once($phpbb_root_path . 'includes/functions_admin.'.$phpEx); - add_log('critical', 'LOG_' . $type . '_ERROR', $msg); + add_log('critical', 'LOG_ERROR_' . $type, $msg); } // @@ -544,7 +544,7 @@ class queue @unlink($this->cache_file . '.lock'); $message = 'Method: [ ' . (($config['smtp_delivery']) ? 'SMTP' : 'PHP') . ' ]<br /><br />' . $err_msg . '<br /><br /><u>CALLING PAGE</u><br /><br />' . ((!empty($_SERVER['PHP_SELF'])) ? $_SERVER['PHP_SELF'] : $_ENV['PHP_SELF']); - messenger::error('MAIL', $message); + messenger::error('EMAIL', $message); continue 3; } break; |