Ignore:
Timestamp:
2007-01-08T16:44:31+13:00 (17 years ago)
Author:
shaoqun
Message:

fixed the bug that cause the server couldn't locate the file which is stored a subdirectory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/plugins/OggVorbisPlug.pm

    r13269 r13543  
    112112    # replace spaces in filename with %20 in url for metadata entry
    113113    my $url = $file;
    114     $url =~ s/ /%20/g;
     114    ##$url =~ s/ /%20/g;
     115
    115116    # Source (filename) to be consistent with other plugins
    116117    $doc_obj->add_metadata ($section, "Source", $url);
Note: See TracChangeset for help on using the changeset viewer.