From 6039d6f1c689ea9fa6828c6be5c8b02f11e1004c Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Fri, 23 Mar 2007 12:18:09 +0000 Subject: again, some changes here and there... git-svn-id: file:///svn/phpbb/trunk@7218 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/functions.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'phpBB/includes/functions.php') diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index b281ced615..328f86bb2a 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -3608,11 +3608,11 @@ function msg_handler($errno, $msg_text, $errfile, $errline) exit; break; - - case E_RECOVERABLE_ERROR: - return false; - break; } + + // If we notice an error not handled here we pass this back to PHP by returning false + // This may not work for all php versions + return false; } /** -- cgit v1.2.1