Diff for /loncom/homework/randomlabel.pm between versions 1.9 and 1.10

version 1.9, 2002/01/11 16:32:29 version 1.10, 2002/01/17 12:23:31
Line 60  package Apache::randomlabel; Line 60  package Apache::randomlabel;
 use strict;  use strict;
 use Apache::edit;  use Apache::edit;
   
 sub BEGIN {  BEGIN {
   &Apache::lonxml::register('Apache::randomlabel',('randomlabel','labelgroup','location','label'));    &Apache::lonxml::register('Apache::randomlabel',('randomlabel','labelgroup','location','label'));
 }  }
   

Removed from v.1.9  
changed lines
  Added in v.1.10


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