Changeset 11043


Ignore:
Timestamp:
2006-01-16T16:01:35+13:00 (18 years ago)
Author:
mdewsnip
Message:

No idea what this plugin does or is for, but it shouldn't be blocking every file -- this should go in the collection configuration file. This is messing up the GLI.

File:
1 edited

Legend:

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

    r10254 r11043  
    8787
    8888# block files
    89 sub get_default_block_exp {
    90     my $self = shift (@_);
     89# sub 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.