mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
away with debug code...
git-svn-id: file:///svn/phpbb/trunk@8053 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
29266c7eca
commit
cf4950f4c6
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue