? .DS_Store
? format-date-494434-11-fix.patch
? format-date-494434-11-patch.patch
? menu_link_save-895858-2.patch
? node-save-379348-5.patch
? node-submit-379348-7.patch
? sites/.DS_Store
? sites/all/.DS_Store
? sites/all/modules
? sites/default/files
? sites/default/settings.php
Index: modules/node/node.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/node/node.module,v
retrieving revision 1.947.2.26
diff -u -p -r1.947.2.26 node.module
--- modules/node/node.module	6 Aug 2010 11:41:13 -0000	1.947.2.26
+++ modules/node/node.module	7 Sep 2010 21:32:17 -0000
@@ -816,8 +816,14 @@ function node_validate($node, $form = ar
 }
 
 /**
- * Prepare node for save and allow modules to make changes.
- */
+* Prepares a node for saving by populating teaser, author, and creation date.
+*
+* @param object|array $node
+*   A node object or array.
+*
+* @return
+*   A validated node object with a populated teaser, author, and creation date.
+*/
 function node_submit($node) {
   global $user;
 
