Browse Source

forgot to uncomment dpm call

stephen 13 năm trước cách đây
mục cha
commit
19e36d8600
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      base/tripal_core/tripal_core.views.inc

+ 1 - 1
base/tripal_core/tripal_core.views.inc

@@ -482,7 +482,7 @@ function tripal_core_views_data(){
         }
       }
     }
-dpm($data);
+//dpm($data);
     return $data;
 }
 /**