From bf94e3b1324da9ca582d6a14b20928f487fc5713 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Mon, 26 Mar 2007 16:28:42 +0000 Subject: [PATCH] not doubling notices... git-svn-id: file:///svn/phpbb/trunk@7234 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/functions.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 328f86bb2a..be0ef0e237 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -3499,6 +3499,8 @@ function msg_handler($errno, $msg_text, $errfile, $errline) echo '[phpBB Debug] PHP Notice: in file ' . $errfile . ' on line ' . $errline . ': ' . $msg_text . '
' . "\n"; } + return; + break; case E_USER_ERROR: