1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-25 12:35:55 +02:00

away with debug code...

git-svn-id: file:///svn/phpbb/trunk@8053 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2007-08-19 14:51:37 +00:00
parent 29266c7eca
commit cf4950f4c6

View File

@ -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)
{