mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
*** empty log message ***
git-svn-id: file:///svn/phpbb/trunk@59 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -60,7 +60,7 @@ function error_die($db, $error_code = "", $error_msg = "")
|
||||
}
|
||||
if(DEBUG)
|
||||
{
|
||||
$error_msg .= "<br>Line number: ".__LINE__."<br>In File: ".__FILE__;
|
||||
//$error_msg .= "<br>Line number: ".__LINE__."<br>In File: ".__FILE__;
|
||||
}
|
||||
$template->set_file(array("error_body" => "error_body.tpl"));
|
||||
$template->set_var(array("ERROR_MESSAGE" => $error_msg));
|
||||
|
Reference in New Issue
Block a user