diff options
author | Derek Allard <derek.allard@ellislab.com> | 2008-06-16 23:36:01 +0200 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2008-06-16 23:36:01 +0200 |
commit | 9736d3fb84260c24faa6c1538c99859441c0e2f8 (patch) | |
tree | b2972897b04a81af0aca9b1fc85ad34edb2112d4 /system/libraries/Log.php | |
parent | 810d5015dd535098cef3f7c16d997374d0d431ac (diff) |
correcting some docblock comments
Diffstat (limited to 'system/libraries/Log.php')
-rw-r--r-- | system/libraries/Log.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/system/libraries/Log.php b/system/libraries/Log.php index 4d64cd328..2ff2c2dbb 100644 --- a/system/libraries/Log.php +++ b/system/libraries/Log.php @@ -36,9 +36,6 @@ class CI_Log { * Constructor
*
* @access public
- * @param string the log file path
- * @param string the error threshold
- * @param string the date formatting codes
*/
function CI_Log()
{
|