[pLog-svn] r1674 - in plugins/trunk: dropcase nofollow shoutbox/plugins/shoutbox

jondaley at devel.plogworld.net jondaley at devel.plogworld.net
Thu Mar 31 17:53:55 GMT 2005


Author: jondaley
Date: 2005-03-31 17:53:55 +0000 (Thu, 31 Mar 2005)
New Revision: 1674

Modified:
   plugins/trunk/dropcase/plugindropcase.class.php
   plugins/trunk/nofollow/pluginnofollow.class.php
   plugins/trunk/shoutbox/plugins/shoutbox/pluginshoutbox.class.php
Log:
removed include for old file

Modified: plugins/trunk/dropcase/plugindropcase.class.php
===================================================================
--- plugins/trunk/dropcase/plugindropcase.class.php	2005-03-31 17:48:53 UTC (rev 1673)
+++ plugins/trunk/dropcase/plugindropcase.class.php	2005-03-31 17:53:55 UTC (rev 1674)
@@ -2,7 +2,6 @@
 
     include_once( PLOG_CLASS_PATH."class/plugin/pluginbase.class.php" );
     include_once( PLOG_CLASS_PATH."class/plugin/pluginmanager.class.php" );
-	include_once( PLOG_CLASS_PATH."class/plugin/eventpluginbase.class.php" );    
     
     /**
      * Plugin that offers features to make the first character of article as lower case

Modified: plugins/trunk/nofollow/pluginnofollow.class.php
===================================================================
--- plugins/trunk/nofollow/pluginnofollow.class.php	2005-03-31 17:48:53 UTC (rev 1673)
+++ plugins/trunk/nofollow/pluginnofollow.class.php	2005-03-31 17:53:55 UTC (rev 1674)
@@ -1,7 +1,6 @@
 <?php
 	include_once( PLOG_CLASS_PATH."class/plugin/pluginbase.class.php" );
 	include_once( PLOG_CLASS_PATH."class/plugin/pluginmanager.class.php" );
-	include_once( PLOG_CLASS_PATH."class/plugin/eventpluginbase.class.php" );
 
 	class PluginNoFollow extends PluginBase
 	{

Modified: plugins/trunk/shoutbox/plugins/shoutbox/pluginshoutbox.class.php
===================================================================
--- plugins/trunk/shoutbox/plugins/shoutbox/pluginshoutbox.class.php	2005-03-31 17:48:53 UTC (rev 1673)
+++ plugins/trunk/shoutbox/plugins/shoutbox/pluginshoutbox.class.php	2005-03-31 17:53:55 UTC (rev 1674)
@@ -2,7 +2,6 @@
 
 // -- plugin manager stuff
 include_once( PLOG_CLASS_PATH."class/plugin/pluginbase.class.php" );
-include_once( PLOG_CLASS_PATH."class/plugin/eventpluginbase.class.php" );
 include_once( PLOG_CLASS_PATH."class/dao/blogs.class.php" );
 
 // -- for the public side action




More information about the pLog-svn mailing list