summaryrefslogtreecommitdiffstats
path: root/user_guide/general
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-10-13 23:44:17 +0200
committeradmin <devnull@localhost>2006-10-13 23:44:17 +0200
commitb06d69f03f5149877390d7e99882006a141268ff (patch)
tree0d39c4fd2909649a5673af47e4b62a3afc2b629e /user_guide/general
parent5a14ea1599841bdaac15b45e3efd4cba01601f49 (diff)
Diffstat (limited to 'user_guide/general')
-rw-r--r--user_guide/general/errors.html8
-rw-r--r--user_guide/general/models.html5
2 files changed, 4 insertions, 9 deletions
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.');<b
</ol>
-<p class="important"><strong>Note:</strong> In order for the log file to actually be written, the "log_errors"
-option must be enabled in your <kbd>application/config/config.php</kbd> 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.</p>
+<p class="important"><strong>Note:</strong> 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.</p>
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:
</ul>
-
-
-
-
-
</div>
<!-- END CONTENT -->