Changeset 539 for trunk/admin/plog-import.php
- Timestamp:
- 05/13/08 00:11:27 (6 months ago)
- Files:
-
- 1 modified
-
trunk/admin/plog-import.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/plog-import.php
r538 r539 102 102 $imported++; 103 103 // delete thumbnail file if it exists 104 $thumbpath = $config['basedir'] . 'thumbs/import-'. $file_key.'-'.basename($file_name);104 $thumbpath = $config['basedir'] . 'thumbs/import-'.substr($file_key,0,2).'-'.basename($file_name); 105 105 if (is_file($thumbpath) && is_readable($thumbpath)) 106 106 {
