Diff for /loncom/interface/lonsearchcat.pm between versions 1.61 and 1.62

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

Removed from v.1.61  
changed lines
  Added in v.1.62


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>