Changeset 8915


Ignore:
Timestamp:
2005-01-20T10:17:11+13:00 (19 years ago)
Author:
chi
Message:

Add an option-smart_block_BN for BN Portugal Collection.

File:
1 edited

Legend:

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

    r8908 r8915  
    339339             q^separate_cjk^, \$self->{'separate_cjk'},
    340340             q^smart_block^, \$self->{'smart_block'},
     341             q^smart_block_BN^, \$self->{'smart_block_BN'},
    341342             "allow_extra_options")) {
    342343
     
    577578    my $outhandle   = $self->{'outhandle'};
    578579    my $smart_block = $self->{'smart_block'};
    579 
     580    my $smart_block_BN = $self->{'smart_block_BN'};
     581   
    580582    my $filename = $file;
    581583    $filename = &util::filename_cat ($base_dir, $file) if $base_dir =~ /\w/;
     
    587589    }
    588590
    589     if ($smart_block) {
     591    if ($smart_block || $smart_block_BN) {
    590592    if (defined $self->{'file_blocks'}->{$filename} && $self->{'file_blocks'}->{$filename} == 1){
    591593        $self->{'num_blocked'} ++;
Note: See TracChangeset for help on using the changeset viewer.