[LON-CAPA-cvs] cvs: loncom(bz2851) /homework structuretags.pm

foxr foxr@source.lon-capa.org
Tue, 06 Oct 2009 11:03:30 -0000


foxr		Tue Oct  6 11:03:30 2009 EDT

  Modified files:              (Branch: bz2851)
    /loncom/homework	structuretags.pm 
  Log:
  Support page printing
  
  
Index: loncom/homework/structuretags.pm
diff -u loncom/homework/structuretags.pm:1.457 loncom/homework/structuretags.pm:1.457.2.1
--- loncom/homework/structuretags.pm:1.457	Thu Jul  9 17:17:45 2009
+++ loncom/homework/structuretags.pm	Tue Oct  6 11:03:30 2009
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA 
 # definition of tags that give a structure to a document
 #
-# $Id: structuretags.pm,v 1.457 2009/07/09 17:17:45 bisitz Exp $
+# $Id: structuretags.pm,v 1.457.2.1 2009/10/06 11:03:30 foxr Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -886,7 +886,7 @@
 			$name);
     }
 
-    if ($target eq 'tex' and $env{'request.symb'} =~ m/\.page_/) {$result='';}
+#TESTTESTTEST    if ($target eq 'tex' and $env{'request.symb'} =~ m/\.page_/) {$result='';}
 
     if ($target eq 'analyze') { my $rndseed=&setup_rndseed($safeeval); }
     if ($target eq 'web' || $target eq 'grade' || $target eq 'answer' ||