Changeset 27762


Ignore:
Timestamp:
2013-07-05T17:22:28+12:00 (11 years ago)
Author:
ak19
Message:

Minor bugfix: name of function called was mistyped

File:
1 edited

Legend:

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

    r27758 r27762  
    300300          my $ff = &filenameConcatenate($file, $f);
    301301          # util.pm version incorrectly called cp_r here - jmt12
    302           &recursiveCopyNoSVN($ff, $dest);
     302          &copyFilesRecursiveNoSVN($ff, $dest);
    303303        }
    304304      }
Note: See TracChangeset for help on using the changeset viewer.