[pLog-svn] r4849 - plugins/branches/lifetype-1.2/plogeshi

pwestbro at devel.lifetype.net pwestbro at devel.lifetype.net
Thu Feb 22 20:22:50 EST 2007


Author: pwestbro
Date: 2007-02-22 20:22:50 -0500 (Thu, 22 Feb 2007)
New Revision: 4849

Modified:
   plugins/branches/lifetype-1.2/plogeshi/pluginplogeshi.class.php
Log:
Removed unnecessary include


Modified: plugins/branches/lifetype-1.2/plogeshi/pluginplogeshi.class.php
===================================================================
--- plugins/branches/lifetype-1.2/plogeshi/pluginplogeshi.class.php	2007-02-23 01:20:20 UTC (rev 4848)
+++ plugins/branches/lifetype-1.2/plogeshi/pluginplogeshi.class.php	2007-02-23 01:22:50 UTC (rev 4849)
@@ -143,8 +143,6 @@
 
    	    function getPluginConfigurationKeys()
 		{
-			lt_include( PLOG_CLASS_PATH."class/data/validator/stringvalidator.class.php" );
-			
 			return( Array(
 				Array( "name" => "plugin_plogeshi_enabled", "type" => "boolean" ),
 			));



More information about the pLog-svn mailing list