--- loncom/interface/lonuserutils.pm 2019/09/11 14:20:38 1.204 +++ loncom/interface/lonuserutils.pm 2020/02/10 17:12:54 1.205 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Utility functions for managing LON-CAPA user accounts # -# $Id: lonuserutils.pm,v 1.204 2019/09/11 14:20:38 raeburn Exp $ +# $Id: lonuserutils.pm,v 1.205 2020/02/10 17:12:54 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3669,6 +3669,8 @@ END setSections(formname,'$crstype'); if (seccheck == 'ok') { opener.document.$callingform.newsecs.value = formname.sections.value; + } else { + return; } END } else {