--- loncom/interface/Attic/londropadd.pm 2004/09/13 16:21:30 1.118 +++ loncom/interface/Attic/londropadd.pm 2004/10/26 15:04:20 1.120 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to drop and add students in courses # -# $Id: londropadd.pm,v 1.118 2004/09/13 16:21:30 raeburn Exp $ +# $Id: londropadd.pm,v 1.120 2004/10/26 15:04:20 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -309,7 +309,7 @@ END return; } // alert('current.radiovalue = '+current.radiovalue); - if (current.radiovalue == null || current.radiovalue == 'nochange') { + if (current.radiovalue == null || current.radiovalue == '' || current.radiovalue == 'nochange') { // They did not check any of the login radiobuttons. alert('$alert{'authen'}'); return; @@ -914,6 +914,10 @@ sub get_student_username_domain_form { + END return; }