[pLog-svn] r4524 - plugins/trunk/contentfilter/class/dao

oscar at devel.lifetype.net oscar at devel.lifetype.net
Tue Jan 9 22:02:39 GMT 2007


Author: oscar
Date: 2007-01-09 22:02:38 +0000 (Tue, 09 Jan 2007)
New Revision: 4524

Modified:
   plugins/trunk/contentfilter/class/dao/filteredcontent.class.php
Log:
Fix.

Modified: plugins/trunk/contentfilter/class/dao/filteredcontent.class.php
===================================================================
--- plugins/trunk/contentfilter/class/dao/filteredcontent.class.php	2007-01-09 21:59:28 UTC (rev 4523)
+++ plugins/trunk/contentfilter/class/dao/filteredcontent.class.php	2007-01-09 22:02:38 UTC (rev 4524)
@@ -1,6 +1,7 @@
 <?php
 
 	include_once( PLOG_CLASS_PATH."class/database/dbobject.class.php" );
+	include_once( PLOG_CLASS_PATH."class/data/timestamp.class.php" );
 
     /**
      * Represents a record form the plog_filtered_content table



More information about the pLog-svn mailing list