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

Diff of /trunk/webwork-modperl/lib/WeBWorK/PG.pm

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

Revision 691 Revision 692
138 138
139 # install a safety filter (&safetyFilter) 139 # install a safety filter (&safetyFilter)
140 #warn "PG: installing a safety filter\n"; 140 #warn "PG: installing a safety filter\n";
141 $translator->rf_safety_filter(\&safetyFilter); 141 $translator->rf_safety_filter(\&safetyFilter);
142 142
143 # write timing log entry -- the translator is now all set up
144 writeTimingLogEntry($courseEnv, "WeBWorK::PG::new",
145 "initialized",
146 "intermediate");
147
143 # translate the PG source into text 148 # translate the PG source into text
144 #warn "PG: translating the PG source into text\n"; 149 #warn "PG: translating the PG source into text\n";
145 $translator->translate(); 150 $translator->translate();
146 151
147 # after we're done translating, we may have to clean up after the translator. 152 # after we're done translating, we may have to clean up after the translator.

Legend:
Removed from v.691  
changed lines
  Added in v.692

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9