[pLog-svn] r5622 - in plugins/branches/lifetype-1.2/hostblock: . class/dao

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Fri Jul 6 09:41:47 EDT 2007


Author: jondaley
Date: 2007-07-06 09:41:47 -0400 (Fri, 06 Jul 2007)
New Revision: 5622

Modified:
   plugins/branches/lifetype-1.2/hostblock/class/dao/blockedhost.class.php
   plugins/branches/lifetype-1.2/hostblock/pluginhostblock.class.php
Log:
fixed typo, and updated version

Modified: plugins/branches/lifetype-1.2/hostblock/class/dao/blockedhost.class.php
===================================================================
--- plugins/branches/lifetype-1.2/hostblock/class/dao/blockedhost.class.php	2007-07-06 09:56:23 UTC (rev 5621)
+++ plugins/branches/lifetype-1.2/hostblock/class/dao/blockedhost.class.php	2007-07-06 13:41:47 UTC (rev 5622)
@@ -1,6 +1,6 @@
 <?php
 
-    lt_include( PLOG_CLASS_PATH."class/dao/dbobject.class.php" );	
+    lt_include( PLOG_CLASS_PATH."class/database/dbobject.class.php" );	
     lt_include( PLOG_CLASS_PATH."class/data/timestamp.class.php" );
 
     /**

Modified: plugins/branches/lifetype-1.2/hostblock/pluginhostblock.class.php
===================================================================
--- plugins/branches/lifetype-1.2/hostblock/pluginhostblock.class.php	2007-07-06 09:56:23 UTC (rev 5621)
+++ plugins/branches/lifetype-1.2/hostblock/pluginhostblock.class.php	2007-07-06 13:41:47 UTC (rev 5622)
@@ -28,7 +28,7 @@
 			$this->id = "hostblock";
 			$this->desc = "Allows to block hosts";
 			$this->author = "The LifeType Project";
-            $this->version = "20070518";
+            $this->version = "20070706";
             
 			$this->init( $source );
 		}



More information about the pLog-svn mailing list