[pLog-svn] r4784 - plugins/branches/lifetype-1.2/sitemap

pwestbro at devel.lifetype.net pwestbro at devel.lifetype.net
Sun Feb 18 19:18:13 EST 2007


Author: pwestbro
Date: 2007-02-18 19:18:13 -0500 (Sun, 18 Feb 2007)
New Revision: 4784

Modified:
   plugins/branches/lifetype-1.2/sitemap/pluginsitemap.class.php
Log:
Removed unnecessary includes


Modified: plugins/branches/lifetype-1.2/sitemap/pluginsitemap.class.php
===================================================================
--- plugins/branches/lifetype-1.2/sitemap/pluginsitemap.class.php	2007-02-19 00:17:16 UTC (rev 4783)
+++ plugins/branches/lifetype-1.2/sitemap/pluginsitemap.class.php	2007-02-19 00:18:13 UTC (rev 4784)
@@ -166,9 +166,6 @@
 
    		function getPluginConfigurationKeys()
 		{
-			lt_include( PLOG_CLASS_PATH."class/data/validator/integervalidator.class.php" );
-			lt_include( PLOG_CLASS_PATH."class/data/validator/stringvalidator.class.php" );
-			
 			return( Array(
 				Array( "name" => "plugin_sitemap_enabled", "type" => "boolean" ),
 				Array( "name" => "plugin_sitemap_notify_google_enabled", "type" => "boolean" ),



More information about the pLog-svn mailing list