Changeset 9578


Ignore:
Timestamp:
2005-04-07T13:27:10+12:00 (19 years ago)
Author:
jrm21
Message:

sorttools functions have new names now.
(AZCompactSectionList classifier isn't needed? People should use
AZCompactList and use the appropriate section argument)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/classify/AZCompactSectionList.pm

    r9519 r9578  
    158158        if ($self->{'metaname'} =~ m/^Creator(:.*)?$/)
    159159        {
    160             &sorttools::format_string_name_english(\$formatted_node);
     160            &sorttools::format_string_name_en(\$formatted_node);
    161161        }
    162162        else
    163163        {
    164             &sorttools::format_string_english(\$formatted_node);
     164            &sorttools::format_string_en(\$formatted_node);
    165165        }
    166166       
Note: See TracChangeset for help on using the changeset viewer.