--- loncom/interface/loncommon.pm 2010/06/06 02:40:30 1.970 +++ loncom/interface/loncommon.pm 2010/08/07 19:23:50 1.972 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.970 2010/06/06 02:40:30 raeburn Exp $ +# $Id: loncommon.pm,v 1.972 2010/08/07 19:23:50 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -6585,10 +6585,6 @@ Inputs: none sub xml_begin { my $output=''; - if ($env{'internal.start_page'}==1) { - &Apache::lonhtmlcommon::init_htmlareafields(); - } - if ($env{'browser.mathml'}) { $output='' #.''."\n" @@ -8065,6 +8061,10 @@ sub get_institutional_codes { return; } +sub get_standard_codeitems { + return ('Year','Semester','Department','Number','Section'); +} + =pod =head1 Slot Helpers