Browse Source

Forgot to take out dpm

spficklin 11 years ago
parent
commit
2484e82f21
1 changed files with 0 additions and 1 deletions
  1. 0 1
      tripal_pub/includes/pub_search.inc

+ 0 - 1
tripal_pub/includes/pub_search.inc

@@ -523,7 +523,6 @@ function tripal_pub_get_search_results($search_array, $limit, $pager_id) {
     $wargs[] = $to_year;
   }
   $sql = "$select $from $where $order";
-  dpm($sql);
   $count = "SELECT count(*) FROM ($select $from $where $order) as t1";
   $args = array_merge($fargs, $wargs);
   //dpm(array($mode, $sql, $args));