Changeset 532
- Timestamp:
- 04/22/08 16:10:23 (7 months ago)
- Files:
-
- 1 modified
-
trunk/admin/plog-admin-functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/plog-admin-functions.php
r531 r532 48 48 $i = 0; 49 49 50 $unique_filename_base = strtolower(sanitize_filename( $filename_base));50 $unique_filename_base = strtolower(sanitize_filename(SmartStripSlashes($filename_base))); 51 51 52 52 // now get the name of the collection … … 98 98 99 99 if (is_file($tmpname)){ 100 unlink($tmpname);100 @unlink($tmpname); 101 101 } 102 102 $res = chmod($final_fqfn, 0755);
