? 1034500_4_pubmed_duplicate.patch
Index: modules/pubmed/biblio_pm.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/biblio/modules/pubmed/Attic/biblio_pm.module,v
retrieving revision 1.1.4.8
diff -u -p -r1.1.4.8 biblio_pm.module
--- modules/pubmed/biblio_pm.module	2 Jan 2011 22:17:02 -0000	1.1.4.8
+++ modules/pubmed/biblio_pm.module	21 Jan 2011 15:42:51 -0000
@@ -117,7 +117,7 @@ function _biblio_pm_import($file, $terms
           if (!isset($node->taxonomy)) $node->taxonomy = array();
           $node->taxonomy = array_merge($terms, $node->taxonomy);
         }
-        if (! ($dup = biblio_pm_check_md5($node->biblio_pubmed_md5))) {
+        if (!($dup = biblio_pm_check_pmid($node->biblio_pubmed_id))) {
           biblio_save_node($node, $batch, $session_id);
           if (!empty($node->nid)) $nids[] = $node->nid;
         }
