Changeset 117 for trunk/gsdl


Ignore:
Timestamp:
1999-01-19T21:26:46+13:00 (25 years ago)
Author:
rjmcnab
Message:

Fixed a small bug.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/bin/script/gettext.pl

    r91 r117  
    4242    # get the list of plugins for this collection
    4343    @plugins = ("RecPlug", "HTMLPlug", "TXTPlug");
    44     if (-e "$ENV{'GSDLHOME'}/collect/$collection/collect.cfg") {
     44    if (-e "$ENV{'GSDLHOME'}/collect/$collection/etc/collect.cfg") {
    4545    $collectcfg = &colcfg::read_collect_cfg ("$ENV{'GSDLHOME'}/collect/$collection/etc/collect.cfg");
    4646    if (defined $collectcfg->{'plugins'}) {
Note: See TracChangeset for help on using the changeset viewer.