[pLog-svn] r4688 - plog/branches/lifetype-1.2/class/dao

oscar at devel.lifetype.net oscar at devel.lifetype.net
Sun Feb 4 08:58:02 EST 2007


Author: oscar
Date: 2007-02-04 08:58:01 -0500 (Sun, 04 Feb 2007)
New Revision: 4688

Modified:
   plog/branches/lifetype-1.2/class/dao/userinfo.class.php
Log:
no need to save the whole array with the user's blogs in the session or in the cache


Modified: plog/branches/lifetype-1.2/class/dao/userinfo.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/dao/userinfo.class.php	2007-02-03 13:58:04 UTC (rev 4687)
+++ plog/branches/lifetype-1.2/class/dao/userinfo.class.php	2007-02-04 13:58:01 UTC (rev 4688)
@@ -300,6 +300,7 @@
 		function __sleep()
 		{
 			$this->perms = null;
+			$this->_blogs = null;
 			
 			return( parent::__sleep());
 		}



More information about the pLog-svn mailing list