[pLog-svn] r2258 - plog/trunk/class/dao

oscar at devel.plogworld.net oscar at devel.plogworld.net
Tue Jun 21 06:18:17 GMT 2005


Author: oscar
Date: 2005-06-21 06:18:16 +0000 (Tue, 21 Jun 2005)
New Revision: 2258

Modified:
   plog/trunk/class/dao/articles.class.php
Log:
added some missing includes


Modified: plog/trunk/class/dao/articles.class.php
===================================================================
--- plog/trunk/class/dao/articles.class.php	2005-06-21 06:17:09 UTC (rev 2257)
+++ plog/trunk/class/dao/articles.class.php	2005-06-21 06:18:16 UTC (rev 2258)
@@ -914,6 +914,8 @@
         {
             include_once( PLOG_CLASS_PATH.'class/dao/articlecomments.class.php' );
             include_once( PLOG_CLASS_PATH.'class/database/db.class.php' );
+            include_once( PLOG_CLASS_PATH.'class/dao/trackbacks.class.php' );            
+            include_once( PLOG_CLASS_PATH.'class/dao/customfields/customfieldsvalues.class.php' );            
 
             if( $forever ) {
                 $query = "DELETE FROM ".$this->getPrefix()."articles WHERE id = ".$artId." AND user_id = ".$userId." AND blog_id = ".$blogId.";";




More information about the pLog-svn mailing list