From d609a59ab5f30bc0ee0d9d5b619a1201fef59461 Mon Sep 17 00:00:00 2001 From: Timothy Warren Date: Tue, 18 Oct 2011 06:27:31 -0400 Subject: Minor formatting changes --- application/config/constants.php | 2 +- application/errors/error_php.php | 19 ++++++++++++------- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/application/config/constants.php b/application/config/constants.php index fcf1aae89..f41f86b74 100644 --- a/application/config/constants.php +++ b/application/config/constants.php @@ -41,7 +41,7 @@ define('FOPEN_READ_WRITE_CREATE_STRICT', 'x+b'); | Display Debug backtrace |-------------------------------------------------------------------------- | -| If set to true, a backtrace will be displayed along with php errors. If +| If set to TRUE, a backtrace will be displayed along with php errors. If | error_reporting is disabled, the backtrace will not display, regardless | of this setting | diff --git a/application/errors/error_php.php b/application/errors/error_php.php index cf6cb9fac..f2f71857f 100644 --- a/application/errors/error_php.php +++ b/application/errors/error_php.php @@ -6,16 +6,21 @@

Message:

Filename:

Line Number:

+ +

Backtrace:

- -

- File:
- Line:
- Function: -

- + + +

+ File:
+ Line:
+ Function: +

+ +

+ \ No newline at end of file -- cgit v1.2.3-24-g4f1b