--- loncom/interface/loncreateuser.pm	2004/12/02 21:32:51	1.90
+++ loncom/interface/loncreateuser.pm	2004/12/07 00:49:27	1.91
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Create a user
 #
-# $Id: loncreateuser.pm,v 1.90 2004/12/02 21:32:51 albertel Exp $
+# $Id: loncreateuser.pm,v 1.91 2004/12/07 00:49:27 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -211,7 +211,7 @@ sub print_user_modification_page {
                 return;
             } 
             var userrole = document.cu.role.options[document.cu.role.selectedIndex].value
-            var section;
+            var section="";
             var numsections = 0;
             for (var i=0; i<document.cu.currsec.length; i++) {
                 if (document.cu.currsec.options[i].selected == true ) {