Changeset 13542 for trunk


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

it seems that the replacement of spaces with %20 is unnecessary, so commented it out

File:
1 edited

Legend:

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

    r13269 r13542  
    177177    # Add the image metadata
    178178    my $url = $file;
    179     $url =~ s/ /%20/g;
     179   
     180    ##not know why it is required at the first place, it seems all works fine without it, so I comment it out
     181    ##$url =~ s/ /%20/g;
    180182
    181183    $doc_obj->add_metadata ($section, "Image", $url);
Note: See TracChangeset for help on using the changeset viewer.