Changeset 9544


Ignore:
Timestamp:
2005-04-04T16:12:09+12:00 (19 years ago)
Author:
kjdon
Message:

-no_strip_html can be specified in the config file now, as well as on the command line

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/bin/script/buildcol.pl

    r8361 r9544  
    11#!/usr/bin/perl -w
     2####!/research/kjdon/src/perl-installed/bin/perl
    23
    34###########################################################################
     
    298299        }
    299300    }
     301    if (defined $collectcfg->{'no_strip_html'} && $no_strip_html == 0) {
     302        if ($collectcfg->{'no_strip_html'} =~ /^true$/i) {
     303        $no_strip_html = 1;
     304        }
     305    }
    300306    if (defined $collectcfg->{'remove_empty_classifications'} && $remove_empty_classifications == 0) {
    301307        if ($collectcfg->{'remove_empty_classifications'} =~ /^true$/i) {
Note: See TracChangeset for help on using the changeset viewer.