[LON-CAPA-cvs] cvs: loncom /interface lonprintout.pm

droeschl droeschl@source.lon-capa.org
Wed, 03 Feb 2010 22:21:35 -0000


droeschl		Wed Feb  3 22:21:35 2010 EDT

  Modified files:              
    /loncom/interface	lonprintout.pm 
  Log:
  When running the print helper for a problem contained in a folder and selecting
  the option 'Selected Problems from Folder ... [selected people|CODEd assignments]'
  the helper used to show all problems in the current course instead of just those
  that are in the same folder. 
  This patch reverts to the previous (lonprintout.pm < 1.562) and anticipated behavior
  of showing only those problems that are within the same folder.
  
  
Index: loncom/interface/lonprintout.pm
diff -u loncom/interface/lonprintout.pm:1.570 loncom/interface/lonprintout.pm:1.571
--- loncom/interface/lonprintout.pm:1.570	Tue Jan 12 11:49:46 2010
+++ loncom/interface/lonprintout.pm	Wed Feb  3 22:21:35 2010
@@ -2,7 +2,7 @@
 # The LearningOnline Network
 # Printout
 #
-# $Id: lonprintout.pm,v 1.570 2010/01/12 11:49:46 foxr Exp $
+# $Id: lonprintout.pm,v 1.571 2010/02/03 22:21:35 droeschl Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -3517,7 +3517,7 @@
 							  'multichoice="1" addstatus="1" closeallpages="1"',
 							  'RESOURCES', 
 							  'PRINT_FORMATTING',
-							  '',
+							  $map,
 							  $isProblem, '', $symbFilter,
 							  $start_new_option);
 	$resource_selector .=  <<RESOURCE_SELECTOR;