Changeset 1007
- Timestamp:
- 06/29/08 09:34:20 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/swisscenter/ext/parsers/tv/www.TheTVDB.com.php
r1006 r1007 99 99 else 100 100 { 101 send_to_log(4,'Downloading remote file to the local filesystem',$series_ url);102 if (!@copy($series_ url, $series_zip_cache))101 send_to_log(4,'Downloading remote file to the local filesystem',$series_zip_url); 102 if (!@copy($series_zip_url, $series_zip_cache)) 103 103 send_to_log(6,'Failed to copy remote file to',$series_zip_cache); 104 104 else