Ignore:
Timestamp:
2008-08-21T11:34:41+12:00 (16 years ago)
Author:
ak19
Message:

Doodoo. Forgot to return the modified strings from new subroutines filename_to_url and url_to_filename. No wonder things broke suddenly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/perllib/unicode.pm

    r16918 r16933  
    604604    my ($text) =@_;
    605605    $text =~ s/%25/%/g;
     606    return $text;
    606607}
    607608
     
    620621    $text =~ s/%/%25/g;
    621622    }
     623    return $text;
    622624}
    623625
Note: See TracChangeset for help on using the changeset viewer.