*** node_convert.module.orig	Sat Jun  6 13:55:08 2009
--- node_convert.module	Sat Jun  6 14:04:17 2009
*************** function node_convert_convert_nodes_usin
*** 935,941 ****
        drupal_set_message(t("Node %nid doesn't match the template source type. Discarded. ", array('nid' => $node->nid)), 'warning');
      }
      else {
!       $result = node_convert_node_convert($node->nid, $template['destination_type'], $template['fields']['source'], $template['fields']['destination'], $template['data']['no_fields'], $template['data']['hook_options']);
        // We display errors if any, or the default succesuful message
        node_convert_messages($result, array('nid' => $nid));
      }
--- 935,941 ----
        drupal_set_message(t("Node %nid doesn't match the template source type. Discarded. ", array('nid' => $node->nid)), 'warning');
      }
      else {
!       $result = node_convert_node_convert($node->nid, $template['destination_type'], $template['data']['fields']['source'], $template['data']['fields']['destination'], $template['data']['no_fields'], $template['data']['hook_options']);
        // We display errors if any, or the default succesuful message
        node_convert_messages($result, array('nid' => $nid));
      }
