浏览代码

Adjustments to web services to support local formatters

Stephen Ficklin 7 年之前
父节点
当前提交
3fa4d03c4d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tripal_ws/includes/TripalWebService.inc

+ 1 - 1
tripal_ws/includes/TripalWebService.inc

@@ -296,7 +296,7 @@ class TripalWebService {
     // If the full naming is indicated in the service parameters then
     // set the full name of the keys to include the vocab short name.
     if (array_key_exists('full_keys', $this->params)) {
-      $key_adj = $vocab['short_name'] . ':' . $key_adj;
+      //$key_adj = $vocab['short_name'] . ':' . $key_adj;
     }
 
     $iri = $term['url'];