Changeset 1046 for devel/lib/uploadlib.php
- Timestamp:
- 03/26/07 12:27:53 (2 years ago)
- Files:
-
- devel/lib/uploadlib.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/lib/uploadlib.php
r659 r1046 223 223 } 224 224 } 225 if ( $savedsomething&& $this->config->deleteothers) {225 if (!empty($savedsomething) && $this->config->deleteothers) { 226 226 $this->delete_other_files($destination, $exceptions); 227 227 }
