Ignore:
Timestamp:
2009-02-01T14:36:22+13:00 (15 years ago)
Author:
davidb
Message:

Modifications for incremental building to support files that need to be deleted

File:
1 edited

Legend:

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

    r16929 r18441  
    141141    my ($filename, $data, $stringexp, $arrayexp, $hashexp, $arrayarrayexp,
    142142    $hashhashexp) = @_;
    143    
     143
    144144    if (open (COLCFG, ">$filename")) {
    145145    foreach my $key (sort(keys(%$data))) {
Note: See TracChangeset for help on using the changeset viewer.