[system] / trunk / webwork / system / cgi / cgi-scripts / welcomeAction.pl Repository:
ViewVC logotype

Diff of /trunk/webwork/system/cgi/cgi-scripts/welcomeAction.pl

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

Revision 494 Revision 495
293 my $PG_HEADER_TEXT_REF = $pt->r_header; #\$PG_HEADER_TEXT; 293 my $PG_HEADER_TEXT_REF = $pt->r_header; #\$PG_HEADER_TEXT;
294 my $PG_ANSWER_HASH_REF = $pt->rh_correct_answers; 294 my $PG_ANSWER_HASH_REF = $pt->rh_correct_answers;
295 my $PG_FLAGS_REF = $pt->rh_flags; 295 my $PG_FLAGS_REF = $pt->rh_flags;
296 296
297 my @printlines; 297 my @printlines;
298 if($mode eq "HTML" || $mode eq 'HTML_tth') { 298 if($mode eq "HTML" || $mode eq 'HTML_tth' || $mode eq 'HTML_dpng') {
299 @printlines = @{$PG_PROBLEM_TEXT_REF}; 299 @printlines = @{$PG_PROBLEM_TEXT_REF};
300 #@printlines = @{$pt->ra_text()}; 300 #@printlines = @{$pt->ra_text()};
301 } 301 }
302 elsif ($mode eq 'Latex2HTML') { 302 elsif ($mode eq 'Latex2HTML') {
303 @printlines = 303 @printlines =

Legend:
Removed from v.494  
changed lines
  Added in v.495

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9