Changeset 28567 for main


Ignore:
Timestamp:
2013-10-31T11:34:27+13:00 (10 years ago)
Author:
kjdon
Message:

changed some util:: to FIleUtils:: methods to avoid warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/basebuilder.pm

    r27306 r28567  
    521521    my $gdb_infodb_file_path = &dbutil::get_infodb_file_path("gdbm", $self->{'collection'}, $textdir);
    522522    if (-e $gdb_infodb_file_path) {
    523         &util::rm($gdb_infodb_file_path);
     523        &FileUtils::removeFiles($gdb_infodb_file_path);
    524524    }
    525525    }
Note: See TracChangeset for help on using the changeset viewer.