--- loncom/interface/loncommon.pm 2010/06/06 02:40:30 1.970 +++ loncom/interface/loncommon.pm 2010/07/09 14:40:20 1.971 @@ -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.971 2010/07/09 14:40:20 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -8065,6 +8065,10 @@ sub get_institutional_codes { return; } +sub get_standard_codeitems { + return ('Year','Semester','Department','Number','Section'); +} + =pod =head1 Slot Helpers