See attached patch

CommentFileSizeAuthor
feeds_comment_processor_expire.patch1.54 KBdanepowell

Comments

andrewlevine’s picture

Thanks for the patch Dane. Can you confirm that the middle change is the only one you meant to be there? I can't spot any changes to the queries themselves:

-      _feeds_comment_delete($comment->nid);
+     _feeds_comment_delete($comment->cid);
danepowell’s picture

There are changes to the queries, they are just hard to spot- which is probably why the errors got there in the first place :) Look at the parts of them like "fci.cid / fni.nid / etc..."

andrewlevine’s picture

Thanks, Dane...That's exactly why I asked, figured I was missing something. Will get this in ASAP

danepowell’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.