aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-03-26 16:28:42 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-03-26 16:28:42 +0000
commitbf94e3b1324da9ca582d6a14b20928f487fc5713 (patch)
tree6f7451cb76135ced07f16c526b841488238f1ffe /phpBB/includes/functions.php
parentc54cdd87feafb2cf52edd8b7a5558d59e7cd74ce (diff)
downloadforums-bf94e3b1324da9ca582d6a14b20928f487fc5713.tar
forums-bf94e3b1324da9ca582d6a14b20928f487fc5713.tar.gz
forums-bf94e3b1324da9ca582d6a14b20928f487fc5713.tar.bz2
forums-bf94e3b1324da9ca582d6a14b20928f487fc5713.tar.xz
forums-bf94e3b1324da9ca582d6a14b20928f487fc5713.zip
not doubling notices...
git-svn-id: file:///svn/phpbb/trunk@7234 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r--phpBB/includes/functions.php2
1 files changed, 2 insertions, 0 deletions
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 '<b>[phpBB Debug] PHP Notice</b>: in file <b>' . $errfile . '</b> on line <b>' . $errline . '</b>: <b>' . $msg_text . '</b><br />' . "\n";
}
+ return;
+
break;
case E_USER_ERROR: