Diff for /loncom/homework/response.pm between versions 1.53 and 1.54

version 1.53, 2001/12/04 15:17:56 version 1.54, 2001/12/07 23:59:08
Line 193  sub check_for_previous { Line 193  sub check_for_previous {
   return %previous;    return %previous;
 }  }
   
   sub handle_previous {
     my ($previous,$ad)=@_;
     if ($$previous{'used'} && ($$previous{'award'} eq $ad) ) {
       if ($$previous{'last'}) {
         push(@Apache::inputtags::previous,'PREVIOUSLY_LAST');
       } else {
         push(@Apache::inputtags::previous,'PREVIOUSLY_USED');
       }
     }
   }
   
 sub start_caparesponse {  sub start_caparesponse {
   require Apache::caparesponse;     require Apache::caparesponse; 
   import Apache::caparesponse;     import Apache::caparesponse; 

Removed from v.1.53  
changed lines
  Added in v.1.54


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>
500 Internal Server Error

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at root@localhost to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.