greenstone.org greenstone wiki greenstone trac planet greenstone

Changeset 17884

Show
Ignore:
Timestamp:
2008-11-18 14:26:38 (2 months ago)
Author:
ak19
Message:

Once again, commented out the line that generates the 2 archiveinf database files. Although it now works on windows, linux and mac, it is not yet useful or complete to be included in a release.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gsdl/trunk/perllib/plugouts/BasePlugout.pm

    r17880 r17884  
    404404    ############################## 
    405405    $self->saveas($doc_obj,$doc_dir); 
    406     $self->archiveinf_gdbm($doc_obj,$doc_dir);  
     406##    $self->archiveinf_gdbm($doc_obj,$doc_dir);  
    407407 
    408408}