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

mods to remove_one

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/pharos-imageis/trunk/perllib/plugins/PharosImageIndexer.pm

    r21305 r21316  
    9696    my $self = shift (@_);
    9797   
    98     my ($file, $oids) = @_;
     98    my ($file, $oids, $archivedir) = @_;
    9999    print STDERR "in pharos remove_one, $file, $oids\n";
    100100    return if ($self->{'disable_pharos_imageis'});
     
    105105    }
    106106
    107     my $doc_id = @$oids[0];
     107    my $doc_id = @$oids[0]; # do we need to do all the ids??
    108108    return unless defined $doc_id;
    109109    my $collection = &util::get_current_collection_name();
Note: See TracChangeset for help on using the changeset viewer.