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

bowersj2 lon-capa-cvs@mail.lon-capa.org
Thu, 15 May 2003 16:16:36 -0000


bowersj2		Thu May 15 12:16:36 2003 EDT

  Modified files:              
    /loncom/interface	lonprintout.pm 
  Log:
  It's "Helper", not "Wizard"; don't undo this Alex. ;-)
  
  
Index: loncom/interface/lonprintout.pm
diff -u loncom/interface/lonprintout.pm:1.175 loncom/interface/lonprintout.pm:1.176
--- loncom/interface/lonprintout.pm:1.175	Thu May 15 10:55:24 2003
+++ loncom/interface/lonprintout.pm	Thu May 15 12:16:36 2003
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Printout
 #
-# $Id: lonprintout.pm,v 1.175 2003/05/15 14:55:24 sakharuk Exp $
+# $Id: lonprintout.pm,v 1.176 2003/05/15 16:16:36 bowersj2 Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -1719,7 +1719,7 @@
 
     Apache::loncommon::get_unprocessed_cgi($ENV{QUERY_STRING});
     
-    my $helper = Apache::lonhelper::helper->new("Printing Wizard");
+    my $helper = Apache::lonhelper::helper->new("Printing Helper");
     $helper->declareVar('symb');
     $helper->declareVar('postdata');    
     $helper->declareVar('filename');