[LON-CAPA-cvs] cvs: loncom /interface lonprintout.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Mon, 06 Feb 2006 22:01:55 -0000
albertel Mon Feb 6 17:01:55 2006 EDT
Modified files:
/loncom/interface lonprintout.pm
Log:
- BUG#4642 <instructorcomment> appears when printing coded exams
Index: loncom/interface/lonprintout.pm
diff -u loncom/interface/lonprintout.pm:1.419 loncom/interface/lonprintout.pm:1.420
--- loncom/interface/lonprintout.pm:1.419 Sun Feb 5 13:43:40 2006
+++ loncom/interface/lonprintout.pm Mon Feb 6 17:01:54 2006
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Printout
#
-# $Id: lonprintout.pm,v 1.419 2006/02/05 18:43:40 albertel Exp $
+# $Id: lonprintout.pm,v 1.420 2006/02/06 22:01:54 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1453,6 +1453,7 @@
}
my %moreenv = ('textwidth' => &get_textwidth($helper,$LaTeXwidth));
$moreenv{'problem_split'} = $parmhash{'problem_stream_switch'};
+ $moreenv{'instructor_comments'}='hide';
my $seed=time+($$<<16)+($$);
my @allcodes;
if ($old_name) {