Explorar el Código

Merge branch '7.x-3.x' into 567-add_ws_tests

Stephen Ficklin hace 6 años
padre
commit
7add0af285

+ 0 - 1
tripal_ws/includes/TripalWebService/TripalContentService_v0_1.inc

@@ -886,7 +886,6 @@ class TripalContentService_v0_1 extends TripalWebService {
     // Perform the query just as a count first to get the number of records.
     $cquery = clone $query;
     $num_records = $cquery->count();
-    //$num_records = $cquery->execute();
 
     if (!$num_records) {
       $num_records = 0;