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:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user