From cf4950f4c60738944ffe1d51b1463dcab6994845 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sun, 19 Aug 2007 14:51:37 +0000 Subject: [PATCH] away with debug code... git-svn-id: file:///svn/phpbb/trunk@8053 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/functions.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 0f92a2f8ba..c00406512b 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -3699,8 +3699,6 @@ function msg_handler($errno, $msg_text, $errfile, $errline) { return; } - static $counter = 0; - $counter++; //echo ""; var_dump($counter); echo ""; if (strpos($errfile, 'cache') === false && strpos($errfile, 'template.') === false) {