[pLog-svn] r4422 - plog/branches/lifetype-1.1.4

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Sat Dec 23 21:43:43 GMT 2006


Author: jondaley
Date: 2006-12-23 21:43:42 +0000 (Sat, 23 Dec 2006)
New Revision: 4422

Modified:
   plog/branches/lifetype-1.1.4/summary.php
Log:
we need the startMetrics to correspond to the logMetrics at the end.

Modified: plog/branches/lifetype-1.1.4/summary.php
===================================================================
--- plog/branches/lifetype-1.1.4/summary.php	2006-12-23 21:19:56 UTC (rev 4421)
+++ plog/branches/lifetype-1.1.4/summary.php	2006-12-23 21:43:42 UTC (rev 4422)
@@ -12,6 +12,9 @@
 	include_once( PLOG_CLASS_PATH."class/net/http/subdomains.class.php" );
 	include_once( PLOG_CLASS_PATH."class/net/http/session/sessionmanager.class.php" );	
 
+    // start gathering statistics
+    Info::startMetrics();
+
 	define( "SUMMARY_DEFAULT_BLOGS_PER_PAGE", 25 );
 	
     //



More information about the pLog-svn mailing list