Closed (fixed)
Project:
Spam
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Dec 2008 at 21:46 UTC
Updated:
8 Jul 2009 at 15:10 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
TBarregren commentedI've reviewed and tested the patch. It looks correct and works as expected.
Comment #2
gnassar commentedI ended up using node_publish_action() and node_unpublish_action() instead.
Comment #3
Anonymous (not verified) commentedthe node doesn't get unpublished in the new 6.x-1.x-dev version.
the actions need a node as an argument, not the id of a node. and the node has to be saved afterwards.
Comment #4
gnassar commentedYou're absolutely right. Thank you. Committed.