From b06d69f03f5149877390d7e99882006a141268ff Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 13 Oct 2006 21:44:17 +0000 Subject: --- user_guide/general/errors.html | 8 ++++---- user_guide/general/models.html | 5 ----- 2 files changed, 4 insertions(+), 9 deletions(-) (limited to 'user_guide/general') diff --git a/user_guide/general/errors.html b/user_guide/general/errors.html index 8d2cbe55c..a2626ab30 100644 --- a/user_guide/general/errors.html +++ b/user_guide/general/errors.html @@ -116,10 +116,10 @@ log_message('info', 'The purpose of some variable is to provide some value.'); -

Note: In order for the log file to actually be written, the "log_errors" -option must be enabled in your application/config/config.php file, and the "logs" folder must be writable. -In addition, you'll can set the "threshold" for logging. -You might, for example, only want error messages to be logged, and not the other two types.

+

Note: In order for the log file to actually be written, the + "logs" folder must be writable. In addition, you must set the "threshold" for logging. +You might, for example, only want error messages to be logged, and not the other two types. +If you set it to zero logging will be disabled.

diff --git a/user_guide/general/models.html b/user_guide/general/models.html index 168aee8bc..3009e505c 100644 --- a/user_guide/general/models.html +++ b/user_guide/general/models.html @@ -240,11 +240,6 @@ and connectivity settings, as defined in your database config file will be used: - - - - - -- cgit v1.2.3-24-g4f1b