Selaa lähdekoodia

commented dpm

spficklin 11 vuotta sitten
vanhempi
commit
7edd5cd056
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      tripal_pub/includes/importers/PMID.inc

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

@@ -108,7 +108,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,