1
0
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:
James Atkinson
2001-02-25 04:02:12 +00:00
parent c965a3daf4
commit 35f60609f9
5 changed files with 35 additions and 6 deletions

View File

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