Changeset 9790


Ignore:
Timestamp:
2005-05-02T10:57:25+12:00 (19 years ago)
Author:
kjdon
Message:

fixed a bug in check_contents to do with remove_empty_classifications

File:
1 edited

Legend:

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

    r8445 r9790  
    271271        # found a book
    272272        $num_leaf_docs ++;
    273     } elsif (($sub_num_leaf_docs = &check_contents ($content)) > 0) {
     273    } elsif (($sub_num_leaf_docs = &check_contents ($content,$remove_empty_classifications)) > 0) {
    274274        # there's a book somewhere below
    275275        $num_leaf_docs += $sub_num_leaf_docs;
Note: See TracChangeset for help on using the changeset viewer.