User: puregin Branch: HEAD Date: Fri, 27 Jan 2006 06:45:46 +0000 Modified files: /modules/bookimport save_node.php Log message: - corrected incorrect function call: get_md5() should be get_md5_body() - corrected name of field: nodetype rather than type - changed order of assignments to fields to match the order in which they appear in database tables - updated code to match new behaviour of node_save() (nid is not returned now) - refactored update, insert cases into functions for ease of maintenance - use node_save() rather than doing updates to database tables by hand - fixed some bugs with variables not being properly initialized prior to use in database queries Links: http://cvs.drupal.org/diff.php?path=contributions/modules/bookimport/save_no...