--- loncom/homework/randomlabel.pm	2002/01/11 16:32:29	1.9
+++ loncom/homework/randomlabel.pm	2002/01/17 12:23:31	1.10
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # random labelling tool
 #
-# $Id: randomlabel.pm,v 1.9 2002/01/11 16:32:29 matthew Exp $
+# $Id: randomlabel.pm,v 1.10 2002/01/17 12:23:31 harris41 Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -60,7 +60,7 @@ package Apache::randomlabel;
 use strict;
 use Apache::edit;
 
-sub BEGIN {
+BEGIN {
   &Apache::lonxml::register('Apache::randomlabel',('randomlabel','labelgroup','location','label'));
 }