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/ArchivesInfPlugin.pm

    r21308 r21315  
    155155sub remove_one {
    156156    my $self = shift (@_);
    157     my ($file, $oids) = @_;
    158    
     157    my ($file, $oids, $archivedir) = @_;
     158    return undef; # only called during import at this stage, this will never be processing a file
     159   
    159160}
    160161
Note: See TracChangeset for help on using the changeset viewer.