Changeset 11963


Ignore:
Timestamp:
2006-06-22T14:34:07+12:00 (18 years ago)
Author:
kjdon
Message:

output_collection_meta not used anymore. have commented out where its called, but left the method in here for now. Now we don't have any [collection] entry in ldb file.

Location:
trunk/gsdl/perllib
Files:
2 edited

Legend:

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

    r11640 r11963  
    323323    $self->{'buildproc'}->zero_reset();
    324324   
    325     # do we need this anymore if we get coll meta from config file??
    326     $self->output_collection_meta($handle);
     325    # don't need this anymore
     326    #$self->output_collection_meta($handle);
    327327
    328328    &plugin::read ($self->{'pluginfo'}, $self->{'source_dir'},
     
    512512}
    513513
    514 
     514# don't use this anymore - get rid of it???
    515515sub output_collection_meta {
    516516    my $self = shift(@_);
  • trunk/gsdl/perllib/mgppbuilder.pm

    r10961 r11963  
    592592}   
    593593
    594 
     594# not used anymore
    595595sub output_collection_meta {
    596596    my $self = shift(@_);
     
    643643    }
    644644    }
    645     print $handle $field_entry;
     645   print $handle $field_entry;
    646646   
    647647    # now add the level names
Note: See TracChangeset for help on using the changeset viewer.