--- loncom/interface/loncreateuser.pm 2012/12/28 04:12:32 1.370 +++ loncom/interface/loncreateuser.pm 2012/12/31 15:28:36 1.371 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Create a user # -# $Id: loncreateuser.pm,v 1.370 2012/12/28 04:12:32 raeburn Exp $ +# $Id: loncreateuser.pm,v 1.371 2012/12/31 15:28:36 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -4604,7 +4604,8 @@ function updateCols(caller) { } } if (caller == 'showrole') { - if (document.studentform.showrole.options[document.studentform.showrole.selectedIndex].value == 'Any') { + if ((document.studentform.showrole.options[document.studentform.showrole.selectedIndex].value == 'Any') || + (document.studentform.showrole.options[document.studentform.showrole.selectedIndex].value == 'cr')) { document.getElementById('showcolrole').checked = true; document.getElementById('showcolrole').disabled = ''; } else {