Browse Source

Adjustments to web services to support local formatters

Stephen Ficklin 7 years ago
parent
commit
3fa4d03c4d
1 changed files with 1 additions and 1 deletions
  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'];