Explorar o código

Forgot to take out dpm

spficklin %!s(int64=12) %!d(string=hai) anos
pai
achega
2484e82f21
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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));