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/AZCompactList.pm

    r18455 r18566  
    351351
    352352    my $pm;
    353     foreach $pm ("List", "SectionList")
     353    foreach $pm ("SimpleList", "SectionList")
    354354    {
    355355    my $listname
     
    392392        if ($doclevel =~ m/^top(level)?/i)
    393393        {
    394             eval ("\$listclassobj = new List([],\$ptArgs)");
     394            eval ("\$listclassobj = new SimpleList([],\$ptArgs)");
    395395        }
    396396        else
Note: See TracChangeset for help on using the changeset viewer.