1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

You guessed it ... minor change to emailer, db checks, sid updates for utils

git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3126 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2002-11-27 23:37:14 +00:00
parent 64a8cb786a
commit a5eb46fc59
3 changed files with 31 additions and 27 deletions

View File

@@ -197,7 +197,7 @@ class emailer
if ( !$result )
{
message_die(GENERAL_ERROR, 'Failed sending email', '', __LINE__, __FILE__);
message_die(GENERAL_ERROR, 'Failed sending email :: ' . $result, '', __LINE__, __FILE__);
}
return true;