Changeset 11071


Ignore:
Timestamp:
2006-01-20T09:24:14+13:00 (18 years ago)
Author:
mdewsnip
Message:

Undid my previous change. This is going to be removed from CVS and put into /home/nzdl/portugal-nl, since it is a bit too specific to be included in standard Greenstone.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/plugins/BNContentePlug.pm

    r11043 r11071  
    8787
    8888# block files
    89 # sub get_default_block_exp {
    90 #   my $self = shift (@_);
     89sub get_default_block_exp {
     90   my $self = shift (@_);
    9191   
    9292    # Block all files besides contents
    9393    #return q^(?i)(metsHTML\.xml|)$^;
    94 #   return q^(?i)((.*?)\.(.*?))$^;
    95 # }
     94   return q^(?i)((.*?)\.(.*?))$^;
     95}
    9696
    9797sub new {
Note: See TracChangeset for help on using the changeset viewer.