Ignore:
Timestamp:
2009-02-20T17:05:38+13:00 (15 years ago)
Author:
kjdon
Message:

List renamed to SimpleList

File:
1 edited

Legend:

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

    r17209 r18566  
    8888
    8989    my $pm;
    90     foreach $pm ("List", "SectionList")
     90    foreach $pm ("SimpleList", "SectionList")
    9191    {
    9292    my $listname
     
    123123        if ($doclevel =~ m/^top(level)?/i)
    124124        {
    125             eval ("\$listclassobj = new List([],\$ptArgs)"); warn $@ if $@;
     125            eval ("\$listclassobj = new SimpleList([],\$ptArgs)"); warn $@ if $@;
    126126        }
    127127        else
Note: See TracChangeset for help on using the changeset viewer.