Changeset 17143


Ignore:
Timestamp:
2008-09-04T14:28:31+12:00 (16 years ago)
Author:
kjdon
Message:

modified check_removeold_and_keepold so that you don't need to pass in collectcfg

File:
1 edited

Legend:

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

    r15740 r17143  
    4444    }
    4545
    46     if (!$keepold && !$removeold && !$incremental) {
     46    if (!$keepold && !$removeold && !$incremental && defined $collectcfg) {
    4747    # we only look at config file options if we dont have these on the command line
    4848    if (defined $collectcfg->{'removeold'} && $collectcfg->{'removeold'} =~ /^true$/i ) {
Note: See TracChangeset for help on using the changeset viewer.