[pLog-svn] r5009 - plog/branches/lifetype-1.2/class/dao

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Tue Mar 6 13:00:56 EST 2007


Author: jondaley
Date: 2007-03-06 13:00:55 -0500 (Tue, 06 Mar 2007)
New Revision: 5009

Modified:
   plog/branches/lifetype-1.2/class/dao/articlecomments.class.php
Log:
noted function that is called but doesn't exist. admincleanupaction has this method

Modified: plog/branches/lifetype-1.2/class/dao/articlecomments.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/dao/articlecomments.class.php	2007-03-06 17:38:58 UTC (rev 5008)
+++ plog/branches/lifetype-1.2/class/dao/articlecomments.class.php	2007-03-06 18:00:55 UTC (rev 5009)
@@ -63,6 +63,8 @@
         /**
          * removes all comments marked as spam from the database
          */
+        // TODO: CommentsCommon::purgeSpamComments doesn't exist,
+        // maybe copy it from purgedata.class.php?
         function purgeSpamComments()
         {
 			return( CommentsCommon::purgeSpamComments( COMMENT_TYPE_COMMENT ));



More information about the pLog-svn mailing list