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

    r12329 r13933  
    4747    my ($plugoutname,$plugout_options) = @_;
    4848
     49    my $colplugdir = &util::filename_cat($ENV{'GSDLCOLLECTDIR'},"perllib/plugouts");
     50     unshift (@INC, $colplugdir);
     51
    4952    # find the plugout
    5053    my $colplugname = &util::filename_cat($ENV{'GSDLCOLLECTDIR'},"perllib/plugouts",
Note: See TracChangeset for help on using the changeset viewer.