[development] Create a node revision programatically

nan wich nan_wich at bellsouth.net
Fri Nov 12 13:42:14 UTC 2010


That's the approach I took several months ago. Works for me.
 
Nancy
 
Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.




________________________________
From: Eric Schaefer <eric.schaefer at eas-consulting.de>
To: Drupal Development Mailing List <development at drupal.org>
Sent: Fri, November 12, 2010 8:34:47 AM
Subject: [development] Create a node revision programatically

Hi List,

I want to create a new revision of a node from a module. I could not
find a function for that in the api docs (D6). I figured out (by
poking at node.module) I could just set $node->revision to TRUE and
set $node->log to something meaningful and it works. But since I did
not find any documentation about this I thought I should ask here
before breaking anything. Is my approach correct or will it do
something "surprising"?

Regards,
Eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.drupal.org/pipermail/development/attachments/20101112/41cfb3a5/attachment.html 


More information about the development mailing list