--- loncom/interface/lonsearchcat.pm 2001/03/15 19:34:37 1.28 +++ loncom/interface/lonsearchcat.pm 2001/03/15 19:35:31 1.29 @@ -432,6 +432,7 @@ END # ---------------------------------------------------- see if a field is filled sub filled { + return 1; if (/\S/) { return 1; }