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