|
@@ -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) {
|