Diff for /loncom/homework/optionresponse.pm between versions 1.30 and 1.31

version 1.30, 2002/01/11 16:32:29 version 1.31, 2002/01/17 12:23:31
Line 30  package Apache::optionresponse; Line 30  package Apache::optionresponse;
 use strict;  use strict;
 use Apache::response;  use Apache::response;
   
 sub BEGIN {  BEGIN {
   &Apache::lonxml::register('Apache::optionresponse',('optionresponse'));    &Apache::lonxml::register('Apache::optionresponse',('optionresponse'));
 }  }
   

Removed from v.1.30  
changed lines
  Added in v.1.31


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