Ignore:
Timestamp:
2005-07-06T15:25:48+12:00 (19 years ago)
Author:
kjdon
Message:

moved the addition of lastmodified metadata from the new method, into docsave.process - this way it doesn't affect the HASH id

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/docsave.pm

    r10154 r10217  
    150150    my $collection = $self->{'collection'};
    151151
     152    # set the lastmodified time before we write it out.
     153    $doc_obj->set_lastmodified();
     154
    152155    if ($self->{'groupsize'} > 1) {
    153156    $self->group_process ($doc_obj);
Note: See TracChangeset for help on using the changeset viewer.