Ignore:
Timestamp:
2007-02-20T16:35:13+13:00 (17 years ago)
Author:
shaoqun
Message:

make it check collection specific super classes first

File:
1 edited

Legend:

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

    r13068 r13933  
    7373    my @classify_objects = ();
    7474    my $classify_number  = 1;
     75
     76     my $colclassdir = &util::filename_cat($ENV{'GSDLCOLLECTDIR'},"perllib/classify");
     77     unshift (@INC, $colclassdir);
    7578   
    7679    foreach $classifyoption (@$classify_list) {
Note: See TracChangeset for help on using the changeset viewer.