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: nevets Status: patch (ready to be committed) Currently node_save() returns the nid, this is useful when creating node progmatically and storing addition information based on nid. nevets 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.