Issue status update for http://drupal.org/node/30128 Post a follow up: http://drupal.org/project/comments/add/30128 Project: Drupal Version: cvs Component: node.module Category: bug reports Priority: critical Assigned to: chx Reported by: chx Updated by: killes@www.drop.org Status: patch (ready to be committed) nevets, as of yesterday the full node object is returned. With this patch, you still will get the full node object because it is passed by reference. killes@www.drop.org Previous comments: ------------------------------------------------------------------------ Wed, 31 Aug 2005 19:19:28 +0000 : chx Attachment: http://drupal.org/files/issues/boom.patch (1.21 KB) Due to some miscommunication with killes, call by reference slipped into the revisions patch at the last minute. ------------------------------------------------------------------------ Wed, 31 Aug 2005 19:21:59 +0000 : chx Attachment: http://drupal.org/files/issues/boom_0.patch (2.8 KB) ------------------------------------------------------------------------ Wed, 31 Aug 2005 19:33:16 +0000 : killes@www.drop.org Attachment: http://drupal.org/files/issues/boom_1.patch (3.09 KB) fixed an oversught in blogapi, node_save does not need to return anything. ------------------------------------------------------------------------ Wed, 31 Aug 2005 20:06:43 +0000 : nevets Currently node_save() returns the nid, this is useful when creating node progmatically and storing addition information based on nid.