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

    r12968 r13933  
    8080    $failhandle = 'STDERR' unless defined $failhandle;
    8181
     82    my $colplugindir = &util::filename_cat($ENV{'GSDLCOLLECTDIR'},"perllib/plugins");
     83     unshift (@INC, $colplugindir); 
     84
    8285    map { $_ = "\"$_\""; } @$globaloptions;
    8386    my $globals = join (",", @$globaloptions);
Note: See TracChangeset for help on using the changeset viewer.