[LON-CAPA-cvs] cvs: loncom /interface lonprintout.pm
bowersj2
lon-capa-cvs@mail.lon-capa.org
Fri, 02 May 2003 19:22:20 -0000
bowersj2 Fri May 2 15:22:20 2003 EDT
Modified files:
/loncom/interface lonprintout.pm
Log:
Since they can't see inside the folders, why let them see the folders at all?
Index: loncom/interface/lonprintout.pm
diff -u loncom/interface/lonprintout.pm:1.144 loncom/interface/lonprintout.pm:1.145
--- loncom/interface/lonprintout.pm:1.144 Fri May 2 15:18:39 2003
+++ loncom/interface/lonprintout.pm Fri May 2 15:22:20 2003
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Printout
#
-# $Id: lonprintout.pm,v 1.144 2003/05/02 19:18:39 bowersj2 Exp $
+# $Id: lonprintout.pm,v 1.145 2003/05/02 19:22:20 bowersj2 Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1839,8 +1839,7 @@
<message>Select problems to print:</message>
<resource variable="RESOURCES" multichoice="1" toponly='1'>
<nextstate>PAGESIZE</nextstate>
- <filterfunc>return $isProblemOrMap</filterfunc>
- <choicefunc>return $isProblem</choicefunc>
+ <filterfunc>return $isProblem</filterfunc>
<mapurl>$map</mapurl>
<valuefunc>return $symb</valuefunc>
</resource>
@@ -1850,7 +1849,7 @@
<message>Select resources to print:</message>
<resource variable="RESOURCES" multichoice="1" toponly='1'>
<nextstate>PAGESIZE</nextstate>
- <choicefunc>return $isNotMap;</choicefunc>
+ <filterfunc>return $isNotMap;</filterfunc>
<mapurl>$map</mapurl>
<valuefunc>return $symb</valuefunc>
</resource>