aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_messenger.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2005-12-05 18:52:23 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2005-12-05 18:52:23 +0000
commit5c64235b6f51bf234c9210be3e1e749292d87a2d (patch)
treeed4e63ae05390abf7ab37b3042554c8367cc81bc /phpBB/includes/functions_messenger.php
parent5953bd635b345ca839d1adfc61a78313a3759bf9 (diff)
downloadforums-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.php4
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;