Show
Ignore:
Timestamp:
03/26/07 12:27:53 (2 years ago)
Author:
sven
Message:

fixes for profile stuff: whitespace, html validation, php notices, cache-unfriendly queries, missing functions

Files:

Legend:

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

    r659 r1046  
    223223                } 
    224224            } 
    225             if ($savedsomething && $this->config->deleteothers) { 
     225            if (!empty($savedsomething) && $this->config->deleteothers) { 
    226226                $this->delete_other_files($destination, $exceptions); 
    227227            }