aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/functions/error.php
diff options
context:
space:
mode:
authorJames Atkinson <thefinn@users.sourceforge.net>2001-02-25 04:02:12 +0000
committerJames Atkinson <thefinn@users.sourceforge.net>2001-02-25 04:02:12 +0000
commit35f60609f92e7503ff7b7a2959586335650f345b (patch)
treeef4cfe256053736990158d625c16aa154e36b3a9 /phpBB/functions/error.php
parentc965a3daf4eef4f8ebd7342d85bd012e08065e3e (diff)
downloadforums-35f60609f92e7503ff7b7a2959586335650f345b.tar
forums-35f60609f92e7503ff7b7a2959586335650f345b.tar.gz
forums-35f60609f92e7503ff7b7a2959586335650f345b.tar.bz2
forums-35f60609f92e7503ff7b7a2959586335650f345b.tar.xz
forums-35f60609f92e7503ff7b7a2959586335650f345b.zip
*** empty log message ***
git-svn-id: file:///svn/phpbb/trunk@59 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/functions/error.php')
-rw-r--r--phpBB/functions/error.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/functions/error.php b/phpBB/functions/error.php
index 29a985c714..1b819f511b 100644
--- a/phpBB/functions/error.php
+++ b/phpBB/functions/error.php
@@ -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));