[pLog-svn] r5391 - plugins/branches/lifetype-1.2/tagcloud

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Fri May 11 00:11:51 EDT 2007


Author: jondaley
Date: 2007-05-11 00:11:51 -0400 (Fri, 11 May 2007)
New Revision: 5391

Modified:
   plugins/branches/lifetype-1.2/tagcloud/plugintagcloud.class.php
Log:
forgot to update version number

Modified: plugins/branches/lifetype-1.2/tagcloud/plugintagcloud.class.php
===================================================================
--- plugins/branches/lifetype-1.2/tagcloud/plugintagcloud.class.php	2007-05-11 04:04:49 UTC (rev 5390)
+++ plugins/branches/lifetype-1.2/tagcloud/plugintagcloud.class.php	2007-05-11 04:11:51 UTC (rev 5391)
@@ -28,7 +28,7 @@
             lt_include( PLOG_CLASS_PATH."class/database/db.class.php" );
             $this->db =& Db::getDb();
             $this->id = "tagcloud";
-            $this->version = "20070301";
+            $this->version = "20070511";
             
             $this->locales = Array("en_UK");
                                 
@@ -77,8 +77,6 @@
             if( !File::exists( $this->cacheFolder )) {
                 File::createDir( $this->cacheFolder, 0755 );
             }
-            
-    
         }
         
 



More information about the pLog-svn mailing list