diff options
author | admin <devnull@localhost> | 2006-09-30 21:26:08 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-09-30 21:26:08 +0200 |
commit | c8b7bdab0d17319c4f4c7860c7d41bb6efcf17c1 (patch) | |
tree | 3e5b972c8def7196cf6d2d3ee78ad67680aa6be8 | |
parent | ae58a5de4fc040847c43209173dbc7f1193f6c53 (diff) |
-rw-r--r-- | system/libraries/Zip.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/libraries/Zip.php b/system/libraries/Zip.php index 9cfe9593d..1fd0e7059 100644 --- a/system/libraries/Zip.php +++ b/system/libraries/Zip.php @@ -21,7 +21,8 @@ * This class is based on a library aquired at Zend: * http://www.zend.com/codex.php?id=696&single=1 * - * I'm not sure this library is all that reliable, but it's the only + * I'm not sure this library is all that reliable, and the + * directory feature doesn't seem to work right, but it's the only * zip compressor I'm aware of -- Rick Ellis * * @package CodeIgniter |