Ignore:
Timestamp:
2014-12-08T10:19:35+13:00 (9 years ago)
Author:
kjdon
Message:

the shortname and full names had been mixed up, so swapped them over

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/buildConfigxml.pm

    r29422 r29540  
    524524        $sortf = $sortmap->{$sf};
    525525        }
    526         &write_line('COLCFG', ["<sort name=\"", $sf, "\" shortname=\"", $sortf, "\" />"]);
     526        &write_line('COLCFG', ["<sort name=\"", $sortf, "\" shortname=\"", $sf, "\" />"]);
    527527       
    528528    }
Note: See TracChangeset for help on using the changeset viewer.