Changeset 1598
- Timestamp:
- 06/09/08 07:33:13 (6 months ago)
- Files:
-
- devel/lib/uploadlib.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/lib/uploadlib.php
r1430 r1598 257 257 */ 258 258 function delete_other_files($destination, $exceptions=null) { 259 260 $deletedsomething = false; 261 259 262 if ($filestodel = get_directory_list($destination)) { 260 263 foreach ($filestodel as $file) {
