--- loncom/interface/lonparmset.pm 2008/05/28 23:53:35 1.396 +++ loncom/interface/lonparmset.pm 2008/05/29 01:40:12 1.397 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set parameters for assessments # -# $Id: lonparmset.pm,v 1.396 2008/05/28 23:53:35 bisitz Exp $ +# $Id: lonparmset.pm,v 1.397 2008/05/29 01:40:12 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2339,6 +2339,8 @@ sub crsenv { 'texengine' => ''.&mt('Force all students in the course to use a specific math rendering engine.').'
' .'('.&mt('[_1], [_2] (Convert to Images), [_3] (TeX to HTML), or blank for student\'s preference','"jsMath"','"mimetex"','"tth"').')', + 'timezone' + => ''.&mt('Timezone in which the course takes place').'' ); my @Display_Order = ('url','description','courseid','cloners','grading', @@ -2353,6 +2355,7 @@ sub crsenv { 'allow_limited_html_in_feedback', 'allow_discussion_post_editing', 'languages', + 'timezone', 'nothideprivileged', 'rndseed', 'receiptalg',