From: preecej Date: Wed, 11 Apr 2012 20:41:51 +0000 (+0000) Subject: Updated "plant growth and development stage" to "plant structure X-Git-Url: http://gitweb.planteome.org/?a=commitdiff_plain;h=3fcb8d120d39121e0eb71c9162c18328c1d49652;p=old-jaiswallab-svn%2F.git Updated "plant growth and development stage" to "plant structure development stage" svn path=/; revision=320 --- diff --git a/Personnel/preecej/php_singletons/PO_web_service.php b/Personnel/preecej/php_singletons/PO_web_service.php index 76abbd0..17b4d03 100644 --- a/Personnel/preecej/php_singletons/PO_web_service.php +++ b/Personnel/preecej/php_singletons/PO_web_service.php @@ -42,7 +42,7 @@ $inc_accession_synonyms = isset($_GET['inc_accession_synonyms']) ? 1 : 0; // specified here: $branch_filter = isset($_GET['branch_filter']) && strlen($_GET['branch_filter']) > 0 ? "'" . strtolower($_GET['branch_filter']) . "'" - : "'plant_anatomy','plant_growth_and_development_stage'"; + : "'plant_anatomy','plant_structure_development_stage'"; /* connect to the db */ $link = mysql_connect($_SERVER['dev_po_host'], $_SERVER['dev_po_user'], @@ -144,7 +144,7 @@ switch ($request_type) { $term_details[] = array( 'accession_id'=>$term['acc'], 'name'=>$term['name'], - 'aspect'=>$term['type'] == "plant_anatomy" ? "Plant Anatomy" : "Plant Growth and Development Stage", + 'aspect'=>$term['type'] == "plant_anatomy" ? "Plant Anatomy" : "Plant Structure Development Stage", 'definition'=>$term['definition'], 'comment'=>$term['comment'], 'synonyms'=>preg_split("/, /",$term['synonyms'])