ソースを参照

Oops forgot to take out dpm

spficklin 12 年 前
コミット
26c71f98dc
1 ファイル変更0 行追加1 行削除
  1. 0 1
      tripal_views/tripal_views.views.inc

+ 0 - 1
tripal_views/tripal_views.views.inc

@@ -565,7 +565,6 @@ function tripal_views_views_pre_execute(&$view) {
   if ($desc) {
     tripal_db_set_chado_search_path('chado');
   }
-  dpm($view);
 }
 /**
  * Implementation of hook_views_post_render().