[pLog-svn] r3065 - plog/trunk/class/summary/view

mark at devel.lifetype.net mark at devel.lifetype.net
Mon Mar 13 01:45:05 GMT 2006


Author: mark
Date: 2006-03-13 01:45:05 +0000 (Mon, 13 Mar 2006)
New Revision: 3065

Modified:
   plog/trunk/class/summary/view/summarycachedview.class.php
Log:
Damm, forgot add the string merge operator back.

Modified: plog/trunk/class/summary/view/summarycachedview.class.php
===================================================================
--- plog/trunk/class/summary/view/summarycachedview.class.php	2006-03-13 01:43:52 UTC (rev 3064)
+++ plog/trunk/class/summary/view/summarycachedview.class.php	2006-03-13 01:45:05 UTC (rev 3065)
@@ -51,7 +51,7 @@
 		{
 			cacheId = "";
 			foreach( $this->_data as $key => $value )
-				$cacheId = "$key=$value";
+				$cacheId .= "$key=$value";
 			$cacheId = md5($cacheId);
 			
 			return $cacheId;



More information about the pLog-svn mailing list