Ignore:
Timestamp:
2009-05-19T15:07:33+12:00 (15 years ago)
Author:
ak19
Message:

Dr Bainbridge fixed a bug: metadata file pairs are no longer stored separated by a mere colon, but by a space colon space. This solved the issue of how when it was split, it would previously split around the C-drive part of a Windows filename as well, since this contains a colon as well.

File:
1 edited

Legend:

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

    r19493 r19516  
    584584            foreach my $l (keys %$mfref) {
    585585            my $f = $mfref->{$l};
    586             push (@metafile_pair, "$f:$l");
     586            push (@metafile_pair, "$f : $l");
    587587            }
    588588
Note: See TracChangeset for help on using the changeset viewer.