Changeset 30716 for main/trunk


Ignore:
Timestamp:
2016-08-15T20:17:05+12:00 (8 years ago)
Author:
ak19
Message:

Correction to previous commit. Copy and paste error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/bin/script/gti.pl

    r30709 r30716  
    16601660    $chunk_text =~ s/^(\S+?)[:|=](\s*)//s;
    16611661
    1662     if($chunk_key =~ m/ESCAPEDCOLONTEMP/) { # put back the escaped colons
    1663     $chunk_key =~ s/ESCAPEDCOLONTEMP/\\:/g;
     1662    if($chunk_text =~ m/ESCAPEDCOLONTEMP/) { # put back the escaped colons
     1663    $chunk_text =~ s/ESCAPEDCOLONTEMP/\\:/g;
    16641664    }
    16651665
Note: See TracChangeset for help on using the changeset viewer.