--- loncom/interface/loncommon.pm 2010/01/19 16:27:47 1.692.4.24 +++ loncom/interface/loncommon.pm 2010/01/19 16:34:57 1.692.4.25 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.692.4.24 2010/01/19 16:27:47 raeburn Exp $ +# $Id: loncommon.pm,v 1.692.4.25 2010/01/19 16:34:57 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -515,6 +515,10 @@ sub coursebrowser_javascript { else { if (formname == 'portform') { url += '&setroles='+extra_element; + } else { + if (formname == 'rules') { + url += '&fixeddom='+extra_element; + } } } }