--- loncom/interface/Attic/londropadd.pm 2004/07/26 21:57:27 1.117 +++ loncom/interface/Attic/londropadd.pm 2004/10/16 00:46:58 1.119 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to drop and add students in courses # -# $Id: londropadd.pm,v 1.117 2004/07/26 21:57:27 albertel Exp $ +# $Id: londropadd.pm,v 1.119 2004/10/16 00:46:58 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; @@ -1377,7 +1377,7 @@ END $cellentry = ''.&mt('auto').'  Change'; $autocount ++; } else { - $cellentry = '
'.&mt('manual').' Change
'; + $cellentry = '
'.&mt('manual').' Change
'; $manualcount ++; if ($lockedtype) { $cellentry .= ' '.&mt('Unlock'); @@ -1386,7 +1386,7 @@ END $cellentry .= ' '.&mt('Lock'); $lockcount ++; } - $cellentry .= '
'; + $cellentry .= '
'; } $r->print("$cellentry\n "); } else {