Changeset 19626


Ignore:
Timestamp:
2009-05-27T16:02:14+12:00 (15 years ago)
Author:
ak19
Message:

Katherine fixed it so that exploding now works on Windows: parameter document file full was in Linux filepath format and is now first converted to Windows.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/bin/script/explode_metadata_database.pl

    r19501 r19626  
    548548    # Document specified is on the disk
    549549    else {
     550    # convert the dirseps in filepath to correct dir sep for OS
     551    $document_file_full = &util::filename_cat($document_file_full);
    550552    my $dir_sep = &util::get_os_dirsep();
    551553
Note: See TracChangeset for help on using the changeset viewer.