Changeset 2897


Ignore:
Timestamp:
2001-12-13T15:52:28+13:00 (22 years ago)
Author:
sjboddie
Message:

Added AZCompactSectionList which was contributed by Don Gourley
<gourley@…> - All these classifiers need sorting out some time ...

Location:
trunk/gsdl/perllib/classify
Files:
1 added
1 edited

Legend:

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

    r2889 r2897  
    325325        else
    326326        {
    327             eval ("\$listclassobj = new SectionList($args)");
     327            eval ("\$listclassobj = new SectionList(\@args)");
    328328        }
    329329        }
     
    339339        push @args, "-recopt";
    340340
    341         eval ("\$listclassobj = new AZCompactList($args)");
     341        eval ("\$listclassobj = new AZCompactList(\@args)");
    342342        }
    343343        if ($@) {
Note: See TracChangeset for help on using the changeset viewer.