--- loncom/interface/lonparmset.pm 2010/01/12 18:11:58 1.491 +++ loncom/interface/lonparmset.pm 2010/02/15 00:17:12 1.493 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set parameters for assessments # -# $Id: lonparmset.pm,v 1.491 2010/01/12 18:11:58 bisitz Exp $ +# $Id: lonparmset.pm,v 1.493 2010/02/15 00:17:12 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3647,13 +3647,6 @@ ENDMAINFORMHEAD my @menu = ( { categorytitle=>"Settings for this $crstype", items => [ - { linktext => "$crstype Configuration", - url => '/adm/courseprefs?origin=params', - permission => $parm_permission, - linktitle => "Edit $lc_crstype configuration." , - icon => 'preferences-desktop-remote-desktop.png' , - #help => 'Course_Environment', - }, { linktext => 'Portfolio Metadata', url => '/adm/parmset?action=setrestrictmeta', permission => $parm_permission, @@ -4625,8 +4618,6 @@ sub handler { &date_shift_one($r); } elsif ($env{'form.action'} eq 'dateshift2') { &date_shift_two($r); - } elsif ($env{'form.action'} eq 'categorizecourse') { - &assign_course_categories($r); } } else { # ----------------------------- Not in a course, or not allowed to modify parms