diff options
author | admin <devnull@localhost> | 2006-10-08 09:21:12 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-10-08 09:21:12 +0200 |
commit | 10c3f41cbe5bd3bb66fd106cc9fb171ffcc7364b (patch) | |
tree | 7477d21d33dd07221425685756561c3bbd386217 /system/libraries/Log.php | |
parent | 86d4e993d9ea21f28124b80f3d0c161aea681cb6 (diff) |
Diffstat (limited to 'system/libraries/Log.php')
-rw-r--r-- | system/libraries/Log.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/system/libraries/Log.php b/system/libraries/Log.php index 392742584..eff7cb7fc 100644 --- a/system/libraries/Log.php +++ b/system/libraries/Log.php @@ -61,7 +61,6 @@ class CI_Log { $this->_date_fmt = $config['log_date_format']; } } - // END CI_Log() // -------------------------------------------------------------------- @@ -113,7 +112,7 @@ class CI_Log { @chmod($filepath, 0666); return TRUE; } - // END write_log() + } // END Log Class ?>
\ No newline at end of file |