Parcourir la source

Ooops left in a dpm

spficklin il y a 12 ans
Parent
commit
e0e0bdadc9
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      tripal_pub/includes/pub_search.inc

+ 0 - 1
tripal_pub/includes/pub_search.inc

@@ -137,7 +137,6 @@ function tripal_pub_search_form(&$form_state = NULL) {
     ORDER BY CVTS.name ASC 
   ";
   $allowed_fields = variable_get('tripal_pub_allowed_search_fields', array());
-  dpm($allowed_fields);
   $prop_types = chado_query($sql); 
   while ($prop = db_fetch_object($prop_types)) {
     if($allowed_fields[$prop->cvterm_id] > 0) {