[LON-CAPA-cvs] cvs: rat / lonpage.pm

albertel lon-capa-cvs@mail.lon-capa.org
Fri, 17 Dec 2004 22:34:53 -0000


albertel		Fri Dec 17 17:34:53 2004 EDT

  Modified files:              
    /rat	lonpage.pm 
  Log:
  - call symblist at the end of the ssi's to reset 'last_know' to the page not the last resource in the .page
  
  
Index: rat/lonpage.pm
diff -u rat/lonpage.pm:1.65 rat/lonpage.pm:1.66
--- rat/lonpage.pm:1.65	Sun Dec 12 16:06:36 2004
+++ rat/lonpage.pm	Fri Dec 17 17:34:53 2004
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Page Handler
 #
-# $Id: lonpage.pm,v 1.65 2004/12/12 21:06:36 albertel Exp $
+# $Id: lonpage.pm,v 1.66 2004/12/17 22:34:53 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -558,6 +558,7 @@
 		      } else {
 			  $r->print('\end{document}'.$number_of_columns);
 		      }
+		      &Apache::lonnet::symblist($requrl,%symbhash);
 # -------------------------------------------------------------------- End page
                   }                  
 # ------------------------------------------------------------- End render page