Ignore:
Timestamp:
2009-12-09T15:33:35+13:00 (14 years ago)
Author:
kjdon
Message:

remove_one now returns a value

File:
1 edited

Legend:

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

    r21308 r21315  
    147147}
    148148
     149
    149150sub remove_one {
    150151    my $self = shift (@_);
    151     my ($file, $oids) = @_;
    152    
     152    my ($file, $oids, $archivedir) = @_;
     153    return undef; # this will never be called for directories (will it??)
     154
    153155}
    154156
Note: See TracChangeset for help on using the changeset viewer.