--- search/filters/default.pl 2002/06/16 18:11:18 1.3 +++ search/filters/default.pl 2002/06/16 19:39:45 1.4 @@ -34,8 +34,6 @@ # Application Constants # -require "../config.pl"; - #-------------------------------------------------------------------------- # # Function: DocumentParser() @@ -131,6 +129,8 @@ # Loop over each line in the document list foreach $FieldTag ( @default::FieldDisplayOrder ) { +# print "-- $FieldTag = $Document{$FieldTag} --"; + # Skip empty slots if ( !(defined($Document{$FieldTag}) && ($Document{$FieldTag} ne "")) ) { next;