Ignore:
Timestamp:
2013-07-18T19:42:36+12:00 (11 years ago)
Author:
ak19
Message:

One more instance: Replacing calls to deprecated utils:: subroutines with FileUtils:: equivalents.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/classify/Phind.pm

    r27904 r27905  
    218218    $phinddir = &FileUtils::filenameConcatenate($builddir, "phind$phnumber");
    219219    }
    220     &util::mk_dir("$phinddir");
     220    &FileUtils::makeDirectory("$phinddir");
    221221    $self->{'phinddir'} = $phinddir;
    222222    $self->{'phindnumber'} = $phnumber;
Note: See TracChangeset for help on using the changeset viewer.