Hi,

I am using the cck-6.x-3.0-alpha3+13-dev module and I am running into an issue with using the rules module. I have a condition that checks whether a CCK field has changed and even though the field has clearly changed the "field has changed" condition evaluates to false. I tried following the code to find the problem and the only thing I could see was that the node token and node_unchanged token were getting the same node causing the evaluation to be false.

I tried the same thing using cck-6.x-2.9 and it worked fine in that version. I tried diff the versions and I see that includes/content.token.inc has newer code to manage tokens.

Not sure if there is any more information I can provide. If you try setting up the scenarion above with the module you should see the same problem.

Thank you
Daniel