diff options
author | admin <devnull@localhost> | 2006-10-12 01:48:41 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-10-12 01:48:41 +0200 |
commit | 606f99c043272f96f21911d89c21cd36c2ef59e4 (patch) | |
tree | 4f73881300630f26dbc2940a11177aceabc82878 /system/codeigniter/CodeIgniter.php | |
parent | 4c1ab6c826c3f5c3158a38443c2d3c30203f0f5a (diff) |
Diffstat (limited to 'system/codeigniter/CodeIgniter.php')
-rw-r--r-- | system/codeigniter/CodeIgniter.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/codeigniter/CodeIgniter.php b/system/codeigniter/CodeIgniter.php index 611b1a621..49347715f 100644 --- a/system/codeigniter/CodeIgniter.php +++ b/system/codeigniter/CodeIgniter.php @@ -241,7 +241,7 @@ $EXT->_call_hook('post_system'); /* * ------------------------------------------------------ - * Close the DB connection of one exists + * Close the DB connection if one exists * ------------------------------------------------------ */ if (class_exists('CI_DB')) |