--- loncom/homework/lonsimpleproblemedit.pm 2009/09/24 00:50:03 1.26 +++ loncom/homework/lonsimpleproblemedit.pm 2009/09/25 17:57:06 1.27 @@ -1,7 +1,7 @@ # The LearningOnline Network # Simple Problem Parameter Setting "Editor" # -# $Id: lonsimpleproblemedit.pm,v 1.26 2009/09/24 00:50:03 truskell Exp $ +# $Id: lonsimpleproblemedit.pm,v 1.27 2009/09/25 17:57:06 truskell Exp $ # # Copyright Michigan State University Board of Trustees # @@ -40,7 +40,6 @@ use LONCAPA; my %qparms; my $prefix; -my $weightprefix; my $qtype; sub evaloptionhash { @@ -193,7 +192,7 @@ sub handler { # ------------------------------------------------ Prefix for everything stored $prefix=$env{'request.course.id'}.'.'.$symb.'.0.'; #------------------------------------------------- Prefix for storing weight of Problem Parts - $weightprefix=$env{'request.course.id'}.'.'.$symb.'.'; + my $weightprefix=$env{'request.course.id'}.'.'.$symb.'.'; # ---------------------------------------------------------- Anything to store?