From 7dcab3bf8f474929f767331ab0812ecf47ac7b13 Mon Sep 17 00:00:00 2001 From: preecej Date: Tue, 15 Nov 2011 00:59:17 +0000 Subject: [PATCH] Changed "term_name" to "is_synonym_of" in PO_term_search_response svn path=/; revision=216 --- Personnel/preecej/php_singletons/PO_web_service.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Personnel/preecej/php_singletons/PO_web_service.php b/Personnel/preecej/php_singletons/PO_web_service.php index d447a9d..76abbd0 100644 --- a/Personnel/preecej/php_singletons/PO_web_service.php +++ b/Personnel/preecej/php_singletons/PO_web_service.php @@ -96,7 +96,7 @@ switch ($request_type) { 'match_type'=>$term['match_type'], 'accession_id'=>$term['acc']); if ($term['match_type'] == 'synonym') { - $ary_match['term_name'] = $term['parent_name']; + $ary_match['is_synonym_of'] = $term['parent_name']; } $term_matches[] = $ary_match; } -- 2.34.1