瀏覽代碼

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

Stephen Ficklin 6 年之前
父節點
當前提交
7add0af285
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      tripal_ws/includes/TripalWebService/TripalContentService_v0_1.inc

+ 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;