[system] / trunk / webwork-modperl / lib / WeBWorK / ContentGenerator / Instructor / ProblemSetDetail.pm Repository:
ViewVC logotype

Diff of /trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/ProblemSetDetail.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 3101 Revision 3102
756 756
757 # reset all the parameters dealing with set/problem/header information 757 # reset all the parameters dealing with set/problem/header information
758 # if the current naming scheme is changed/broken, this could reek havoc 758 # if the current naming scheme is changed/broken, this could reek havoc
759 # on all kinds of things 759 # on all kinds of things
760 foreach my $param ($r->param) { 760 foreach my $param ($r->param) {
761 $r->param($param, "") if $param =~ /^(set|problem|header)\./; 761 $r->param($param, "") if $param =~ /^(set|problem|header)\./ && $param !~ /displaymode/;
762 }
763 } 762 }
764 763 }
765} 764}
766 765
767# helper method for debugging 766# helper method for debugging
768sub definedness ($) { 767sub definedness ($) {
769 my ($variable) = @_; 768 my ($variable) = @_;

Legend:
Removed from v.3101  
changed lines
  Added in v.3102

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9