Diff for /loncom/homework/lonhomework.pm between versions 1.23 and 1.24

version 1.23, 2000/12/21 15:34:44 version 1.24, 2000/12/21 18:13:33
Line 91  sub check_date { Line 91  sub check_date {
     $datemsg = "was due as $lastdate, and answers will be available at $date";      $datemsg = "was due as $lastdate, and answers will be available at $date";
   }    }
   &Apache::lonxml::debug("sending back :$status:$datemsg:");    &Apache::lonxml::debug("sending back :$status:$datemsg:");
     if ($ENV{'request.state'} eq "construct") {
       &Apache::lonxml::debug("in construction ignoring dates");
       $status='CAN_ANSWER';
       $datemsg='is in under construction';
     }
   return ($status,$datemsg);    return ($status,$datemsg);
 }  }
   

Removed from v.1.23  
changed lines
  Added in v.1.24


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