Explorar el Código

Forgot to take out dmp

spficklin hace 11 años
padre
commit
0edfe96324
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tripal_pub/includes/importers/PMID.inc

+ 1 - 1
tripal_pub/includes/importers/PMID.inc

@@ -114,7 +114,7 @@ function tripal_pub_remote_search_PMID($search_array, $num_to_retrieve, $pager_i
   $search_array['limit'] = $num_to_retrieve;
   $search_array['search_string'] = $search_str;
 
-  dpm($search_str);
+  //dpm($search_str);
   unset($_SESSION['tripal_pub_PMID_query']);
   // we want to get the list of pubs using the search terms but using a Drupal style pager
   $pubs = tripal_pager_callback('tripal_pub_PMID_range',  $num_to_retrieve, $pager_id,