Changeset 2016 for trunk/system/libraries/Archive.php
- Timestamp:
- 02/10/2008 12:23:51 AM (11 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/Archive.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/Archive.php
r1924 r2016 60 60 61 61 // Set the name 62 ($name === NULL) and $name = $path;62 empty($name) and $name = $path; 63 63 64 64 if (file_exists($path) AND is_dir($path)) … … 71 71 $this->paths[] = array($path, $name); 72 72 73 if ($recursive == TRUE)73 if ($recursive === TRUE) 74 74 { 75 75 $dir = opendir($path);
