--- loncom/interface/lonprintout.pm 2006/02/10 11:56:49 1.421 +++ loncom/interface/lonprintout.pm 2006/02/14 20:34:34 1.422 @@ -1,7 +1,7 @@ # The LearningOnline Network # Printout # -# $Id: lonprintout.pm,v 1.421 2006/02/10 11:56:49 foxr Exp $ +# $Id: lonprintout.pm,v 1.422 2006/02/14 20:34:34 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1418,8 +1418,7 @@ ENDPART $person,$type, \%moreenv,\@master_seq, $flag_latex_header_remove, - $LaTeXwidth, - $number_of_columns); + $LaTeXwidth); $resources_printed .= ":"; $print_array[$i].=$output; $student_names[$i].=$person.':'.$fullname.'_END_'; @@ -1725,7 +1724,7 @@ sub get_CODE { sub print_resources { my ($r,$helper,$person,$type,$moreenv,$master_seq,$remove_latex_header, - $LaTeXwidth,$number_of_columns)=@_; + $LaTeXwidth)=@_; my $current_output = ''; my $printed = ''; my ($username,$userdomain,$usersection) = split /:/,$person;