From 19de67472ddb7703f55731acbdbacad7af9f8305 Mon Sep 17 00:00:00 2001 From: preecej Date: Wed, 11 Apr 2012 23:09:50 +0000 Subject: [PATCH] changed PO aspect (branch) reference to "plant_structure_development_stage" svn path=/; revision=322 --- planteome/paw/services/TermSearch_JSON.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/planteome/paw/services/TermSearch_JSON.php b/planteome/paw/services/TermSearch_JSON.php index 5c7ab73..d127a66 100644 --- a/planteome/paw/services/TermSearch_JSON.php +++ b/planteome/paw/services/TermSearch_JSON.php @@ -38,7 +38,7 @@ if(isset($_GET['user']) && ($_GET['user']) == 'paw') { $link = mysql_connect($_SERVER['po_host'], $_SERVER['po_user'], $_SERVER['po_pw']) or die('Cannot connect to the DB'); mysql_select_db($_SERVER['po_db'],$link) or die('Cannot select the DB'); - $term_types = "'plant_anatomy','plant_growth_and_development_stage'"; + $term_types = "'plant_anatomy','plant_structure_development_stage'"; break; case 'go': @@ -103,8 +103,8 @@ if(isset($_GET['user']) && ($_GET['user']) == 'paw') { switch($term['type']) { case 'plant_anatomy': $term_type_formal = "Plant Anatomy"; break; - case 'plant_growth_and_development_stage': - $term_type_formal = "Plant Growth and Development Stage"; break; + case 'plant_structure_development_stage': + $term_type_formal = "Plant Structure Development Stage"; break; case 'biological_process': $term_type_formal = "Biological Process"; break; case 'cellular_component': -- 2.34.1