Pārlūkot izejas kodu

Ooops left in a dpm

spficklin 12 gadi atpakaļ
vecāks
revīzija
e0e0bdadc9
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  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) {