--- branches/gage_dev/webwork2/lib/WeBWorK/ContentGenerator/Instructor/SetMaker2.pm 2010/12/07 04:52:08 6627 +++ branches/gage_dev/webwork2/lib/WeBWorK/ContentGenerator/Instructor/SetMaker2.pm 2010/12/08 00:01:49 6628 @@ -975,7 +975,7 @@ CGI::p(CGI::checkbox(-id=>"hideme$cnt", -name=>"hideme$cnt",-value=>1,-label=>"Don't show this problem on the next update",-override=>1)), CGI::p(CGI::checkbox((%add_box_data),-override=>1)), CGI::p($move_box_data), - CGI::hidden(-name=>"filetrial$cnt", -default=>$sourceFileName,-override=>1). + CGI::hidden(-id=>"filetrial$cnt", -name=>"filetrial$cnt", -default=>$sourceFileName,-override=>1). CGI::p($problem_output) ); } @@ -1398,7 +1398,7 @@ my $newSetRecord = $db->getGlobalSet($localSet); my $otherNewSetRecord = $db->getGlobalSet($otherSet); if (not defined($newSetRecord) or not defined($otherNewSetRecord)) { - $self->addbadmessage("You are trying to move problems from $otherNewSetRecord to $localSet, + $self->addbadmessage("You are trying to move problems from $otherSet to $localSet, but that set does not seem to exist! I bet you used your \"Back\" button."); } else { my $addcount = add_selected($self, $db, $localSet);