Changeset 537 for trunk/admin/plog-import.php
- Timestamp:
- 05/09/08 14:32:35 (7 months ago)
- Files:
-
- 1 modified
-
trunk/admin/plog-import.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/plog-import.php
r536 r537 102 102 $imported++; 103 103 // delete thumbnail file if it exists 104 $thumbpath = $config['basedir'] . 'thumbs/import-' .basename($file_name);104 $thumbpath = $config['basedir'] . 'thumbs/import-'.$file_key.'-'.basename($file_name); 105 105 if (is_file($thumbpath) && is_readable($thumbpath)) 106 106 {
