--- loncom/interface/courseprefs.pm 2010/12/24 17:16:04 1.37 +++ loncom/interface/courseprefs.pm 2010/12/24 17:17:33 1.38 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set configuration settings for a course # -# $Id: courseprefs.pm,v 1.37 2010/12/24 17:16:04 raeburn Exp $ +# $Id: courseprefs.pm,v 1.38 2010/12/24 17:17:33 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2072,13 +2072,6 @@ sub display_loncaparev_constraints { my (%checkparms,%checkresponsetypes,%checkcrstypes,%anonsurvey,%randomizetry); &Apache::loncommon::build_release_hashes(\%checkparms,\%checkresponsetypes, \%checkcrstypes,\%anonsurvey,\%randomizetry); - -# my %paramstrings = -# ('string_questiontype' => -# [[ 'anonsurveycred', 'Anonymous Survey'], -# [ 'anonsurvey', 'Anonymous Survey'], -# [ 'randomizetry', 'New Randomization Each N Tries']] -# ); if (defined($checkcrstypes{$crstype})) { $output .= '

'.&mt('Course type: [_1] requires [_2] or newer',$crstype, $checkcrstypes{$crstype}).'

';