Ignore:
Timestamp:
2011-01-13T11:49:38+13:00 (13 years ago)
Author:
kjdon
Message:

moved the block_filename from BasePlugin into util. then I don't need to duplicate it for DirectoryPlugin which doesn't inherit from BasePlugin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/plugins/ArchivesInfPlugin.pm

    r23419 r23561  
    202202    my ($filename_full_path, $filename_no_path)
    203203        = &util::get_full_filenames($base_dir, $file);
    204     $self->block_filename($block_hash,$filename_full_path);
     204    &util::block_filename($block_hash,$filename_full_path);
    205205    return 1;
    206206    }
Note: See TracChangeset for help on using the changeset viewer.