[pLog-svn] r2352 - plog/branches/plog-1.0.2/class/plugin

oscar at devel.plogworld.net oscar at devel.plogworld.net
Wed Jul 20 19:44:50 GMT 2005


Author: oscar
Date: 2005-07-20 19:44:50 +0000 (Wed, 20 Jul 2005)
New Revision: 2352

Modified:
   plog/branches/plog-1.0.2/class/plugin/pluginbase.class.php
Log:
removed one unnecessary include (with this little fix and one line change, pdb can run just fine in plog 1.0.2)


Modified: plog/branches/plog-1.0.2/class/plugin/pluginbase.class.php
===================================================================
--- plog/branches/plog-1.0.2/class/plugin/pluginbase.class.php	2005-07-20 07:38:33 UTC (rev 2351)
+++ plog/branches/plog-1.0.2/class/plugin/pluginbase.class.php	2005-07-20 19:44:50 UTC (rev 2352)
@@ -12,7 +12,6 @@
      */
 
 	include_once( PLOG_CLASS_PATH."class/object/object.class.php" );
-    include_once( PLOG_CLASS_PATH."class/database/adodb/adodb.inc.php" );
     include_once( PLOG_CLASS_PATH."class/config/config.class.php" );
     include_once( PLOG_CLASS_PATH."class/dao/blogs.class.php" );
     include_once( PLOG_CLASS_PATH."class/controller/admincontroller.class.php" );
@@ -33,10 +32,6 @@
     class PluginBase extends Object 
 	{
 
-    	/** ADOConnection object to connect to the database
-        */
-    	var $db;
-
         /**
          * This should be filled by the objects that extend this class to provide
          * some help on how to use the plugin.




More information about the pLog-svn mailing list