[pLog-svn] r3171 - in plugins/trunk: . blogtimes

pwestbro at devel.lifetype.net pwestbro at devel.lifetype.net
Sat Apr 1 08:36:53 GMT 2006


Author: pwestbro
Date: 2006-04-01 08:36:52 +0000 (Sat, 01 Apr 2006)
New Revision: 3171

Modified:
   plugins/trunk/blogtimes/pluginblogtimes.class.php
   plugins/trunk/plugin_status.xls
Log:
fixed blogtime plugin to work with lifetype 1.1

Modified: plugins/trunk/blogtimes/pluginblogtimes.class.php
===================================================================
--- plugins/trunk/blogtimes/pluginblogtimes.class.php	2006-03-31 13:50:46 UTC (rev 3170)
+++ plugins/trunk/blogtimes/pluginblogtimes.class.php	2006-04-01 08:36:52 UTC (rev 3171)
@@ -34,6 +34,9 @@
             $this->author = "Mark Wu";
             $this->desc = "This plugin offers you to show the blogtimes image in your blog.";
   
+            // source the neccessary class files
+            include_once( PLOG_CLASS_PATH."class/database/db.class.php" );
+
             $this->prefix = Db::getPrefix();
             $this->db =& Db::getDb();
             

Modified: plugins/trunk/plugin_status.xls
===================================================================
(Binary files differ)



More information about the pLog-svn mailing list