[LON-CAPA-cvs] cvs: loncom(version_2_1_X) /interface lonprintout.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Mon, 06 Feb 2006 22:02:39 -0000
albertel Mon Feb 6 17:02:39 2006 EDT
Modified files: (Branch: version_2_1_X)
/loncom/interface lonprintout.pm
Log:
- backport 1.420
Index: loncom/interface/lonprintout.pm
diff -u loncom/interface/lonprintout.pm:1.408.2.3 loncom/interface/lonprintout.pm:1.408.2.4
--- loncom/interface/lonprintout.pm:1.408.2.3 Fri Jan 27 15:30:46 2006
+++ loncom/interface/lonprintout.pm Mon Feb 6 17:02:36 2006
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Printout
#
-# $Id: lonprintout.pm,v 1.408.2.3 2006/01/27 20:30:46 albertel Exp $
+# $Id: lonprintout.pm,v 1.408.2.4 2006/02/06 22:02:36 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1442,6 +1442,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) {