Assembla home | Assembla project page
 

Changeset 1007

Show
Ignore:
Timestamp:
06/29/08 09:34:20 (5 months ago)
Author:
Pernod
Message:

Fixed TVDB url of remote zip file to be downloaded.

Refs #151

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/swisscenter/ext/parsers/tv/www.TheTVDB.com.php

    r1006 r1007  
    9999        else 
    100100        { 
    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)) 
    103103            send_to_log(6,'Failed to copy remote file to',$series_zip_cache); 
    104104          else