diff options
author | Derek Allard <derek.allard@ellislab.com> | 2007-05-09 01:03:59 +0200 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2007-05-09 01:03:59 +0200 |
commit | 3d378b1fc634f5def5399bee35f11752a5929e1c (patch) | |
tree | 50342f356a01c4541321bedefc7b928c4c89c5de /system/application/config/config.php | |
parent | 01f72ca6c27d99938cd1f814f812c5b844d51b83 (diff) |
typo fixes
Diffstat (limited to 'system/application/config/config.php')
-rw-r--r-- | system/application/config/config.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/system/application/config/config.php b/system/application/config/config.php index 3bb9d1d23..941d9c303 100644 --- a/system/application/config/config.php +++ b/system/application/config/config.php @@ -152,8 +152,7 @@ $config['function_trigger'] = 'm'; | You can enable error logging by setting a threshold over zero. The
| threshold determines what gets logged. Threshold options are:
|
-| 0 = Disables logging
-| 0 = Error logging TURNED OFF
+| 0 = Disables logging, Error logging TURNED OFF
| 1 = Error Messages (including PHP errors)
| 2 = Debug Messages
| 3 = Informational Messages
|