Changeset 14115


Ignore:
Timestamp:
2007-06-01T19:06:30+12:00 (17 years ago)
Author:
sjboddie
Message:

* empty log message *

File:
1 edited

Legend:

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

    r14112 r14115  
    165165
    166166    # First check if there's a
    167     # gsdl/collect/COLLECTION/custom/COLLECTION/etc/collect.cfg file. This
     167    # gsdl/collect/COLLECTION/custom/COLLECTION/etc/custom.cfg file. This
    168168    # customization was added for DLC by Stefan, 30/6/2007.
    169     my $configfilename = &util::filename_cat ($ENV{'GSDLCOLLECTDIR'}, "custom", $ENV{'GSDLCOLLECTION'}, "etc", "collect.cfg");
     169    my $configfilename = &util::filename_cat ($ENV{'GSDLCOLLECTDIR'}, "custom", $ENV{'GSDLCOLLECTION'}, "etc", "custom.cfg");
    170170
    171171    if (-e $configfilename) {
Note: See TracChangeset for help on using the changeset viewer.