? 853776-flag-save-edit-2.patch
? clone_menu_v6.patch
Index: clone.pages.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/node_clone/clone.pages.inc,v
retrieving revision 1.3
diff -u -p -r1.3 clone.pages.inc
--- clone.pages.inc	7 May 2008 02:28:58 -0000	1.3
+++ clone.pages.inc	18 Jul 2010 20:14:34 -0000
@@ -164,6 +164,8 @@ function clone_node_save($nid) {
       $node->path = NULL;
       $node->files = array();
       $node->title = t('Clone of !title', array('!title' => $node->title));
+      // Add an extra property as a flag.
+      $node->clone_from_original_nid = $original_node->nid;
 
       if (variable_get('clone_reset_'. $node->type, FALSE)) {
         $node_options = variable_get('node_options_'. $node->type, array('status', 'promote'));
