aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-08-19 14:51:37 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-08-19 14:51:37 +0000
commitcf4950f4c60738944ffe1d51b1463dcab6994845 (patch)
treec75636fe01e24b909bcd1526bd687e412556cc8b /phpBB/includes/functions.php
parent29266c7eca862422f1adcc0e1f4ffa146ff5e9ea (diff)
downloadforums-cf4950f4c60738944ffe1d51b1463dcab6994845.tar
forums-cf4950f4c60738944ffe1d51b1463dcab6994845.tar.gz
forums-cf4950f4c60738944ffe1d51b1463dcab6994845.tar.bz2
forums-cf4950f4c60738944ffe1d51b1463dcab6994845.tar.xz
forums-cf4950f4c60738944ffe1d51b1463dcab6994845.zip
away with debug code...
git-svn-id: file:///svn/phpbb/trunk@8053 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r--phpBB/includes/functions.php2
1 files changed, 0 insertions, 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 "<b>"; var_dump($counter); echo "</b>";
if (strpos($errfile, 'cache') === false && strpos($errfile, 'template.') === false)
{