Kaynağa Gözat

removing a dmp that was causing problems

Shawna 7 yıl önce
ebeveyn
işleme
5e4388f4a8

+ 2 - 2
tripal_chado/includes/tripal_chado.field_storage.inc

@@ -628,8 +628,8 @@ function tripal_chado_field_storage_query($query) {
     } // end if ($sort['type'] == 'field') {
   } // end foreach ($query->order as $index => $sort) {
 
-     dpm($cquery->__toString());
-     dpm($cquery->getArguments());
+     $cquery->__toString();
+     $cquery->getArguments();
 
   $records = $cquery->execute();