Changeset 1598

Show
Ignore:
Timestamp:
06/09/08 07:33:13 (6 months ago)
Author:
misja
Message:

#362, missing variable declaration in lib/uploadlib.php - thanks edfactor

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/lib/uploadlib.php

    r1430 r1598  
    257257     */ 
    258258    function delete_other_files($destination, $exceptions=null) { 
     259         
     260        $deletedsomething = false;  
     261 
    259262        if ($filestodel = get_directory_list($destination)) { 
    260263            foreach ($filestodel as $file) {