--- loncom/interface/lonsearchcat.pm 2001/03/21 12:40:37 1.61 +++ loncom/interface/lonsearchcat.pm 2001/03/21 12:51:15 1.62 @@ -944,6 +944,7 @@ sub build_date_queries { return "Incorrect entry for the last revision date. You must ". "specify a starting month, day, and year and an ending ". "month, day, and year."; + } my $lnumeric1="$lyear1$lmonth1$lday1"; $lnumeric1+=0; my $lnumeric2="$lyear2$lmonth2$lday2";