[pLog-svn] r2487 - plog/trunk/class/dao

jondaley at devel.plogworld.net jondaley at devel.plogworld.net
Mon Sep 19 04:17:28 GMT 2005


Author: jondaley
Date: 2005-09-19 04:17:27 +0000 (Mon, 19 Sep 2005)
New Revision: 2487

Modified:
   plog/trunk/class/dao/blogs.class.php
Log:
must be a merge problem

Modified: plog/trunk/class/dao/blogs.class.php
===================================================================
--- plog/trunk/class/dao/blogs.class.php	2005-09-19 03:31:17 UTC (rev 2486)
+++ plog/trunk/class/dao/blogs.class.php	2005-09-19 04:17:27 UTC (rev 2487)
@@ -85,7 +85,7 @@
             $bayesianFilterInfo->insert( $blogId );
             
             $this->_cache->setData( $blogId, CACHE_BLOGINFOS, $blog );
-            $this->_cache->setData( $blog->getMangledBlogName(), CACHE_BLOGIDBYNAME );
+//            $this->_cache->setData( $blog->getMangledBlogName(), CACHE_BLOGIDBYNAME );
 
             // and return the blog identifier
             return $blogId;




More information about the pLog-svn mailing list