[pLog-svn] r4887 - plog/branches/lifetype-1.2/plugins/badbehavior

oscar at devel.lifetype.net oscar at devel.lifetype.net
Tue Feb 27 08:01:33 EST 2007


Author: oscar
Date: 2007-02-27 08:01:33 -0500 (Tue, 27 Feb 2007)
New Revision: 4887

Modified:
   plog/branches/lifetype-1.2/plugins/badbehavior/pluginbadbehavior.class.php
Log:
Updated the version string for the core bad-behaviour plugin


Modified: plog/branches/lifetype-1.2/plugins/badbehavior/pluginbadbehavior.class.php
===================================================================
--- plog/branches/lifetype-1.2/plugins/badbehavior/pluginbadbehavior.class.php	2007-02-27 13:00:24 UTC (rev 4886)
+++ plog/branches/lifetype-1.2/plugins/badbehavior/pluginbadbehavior.class.php	2007-02-27 13:01:33 UTC (rev 4887)
@@ -17,9 +17,9 @@
 			
 			$this->id = "badbehavior";
 			$this->desc = "Bad Behavior for LifeType";
-			$this->author = "Mark Wu";
-			$this->locales = Array( "en_UK" , "zh_TW" );
+			$this->author = "The Lifetype Project";
 			$this->db =& Db::getDb();
+            $this->version = "1.2";
 		
 			$config =& Config::getConfig();
 			$prefix = Db::getPrefix();



More information about the pLog-svn mailing list