--- drupal-cvs/drupal/modules/node.module 2005-07-21 16:09:39.000000000 -0400 +++ Sites/drupal/modules/node.module 2005-07-27 14:48:14.000000000 -0400 @@ -1386,7 +1386,7 @@ // Allow the following fields to be initialized via $_GET (e.g. for use // with a "blog it" bookmarklet): - foreach (array('title', 'teaser', 'body') as $field) { + foreach (array_keys($_GET['edit']) as $field) { if ($_GET['edit'][$field]) { $node[$field] = $_GET['edit'][$field]; }