Changeset 12586


Ignore:
Timestamp:
2006-08-29T14:13:41+12:00 (18 years ago)
Author:
kjdon
Message:

don't stick srw in the start of the download path

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/downloaders/SRWDownload.pm

    r12465 r12586  
    135135    my $strFileName =  $self->generateFileName($intMaxRecords);
    136136    my $host = $self->{'host'};
    137     $host =~ s/http:\/\//srw\//;
    138     $strOutputDir  =~ s/"//g;
     137    $host =~ s/http:\/\///;
     138    $strOutputDir  =~ s/"//g; #"
    139139    my $strFileURL = "$strOutputDir/$host/$strFileName.xml";
    140140 
Note: See TracChangeset for help on using the changeset viewer.