Hello!

To see the file structure, click on "tree".

Note that updates take place every 10 minutes, commits may not be seen immediately.
Updated "plant growth and development stage" to "plant structure
authorpreecej <preecej@localhost>
Wed, 11 Apr 2012 20:41:51 +0000 (20:41 +0000)
committerpreecej <preecej@localhost>
Wed, 11 Apr 2012 20:41:51 +0000 (20:41 +0000)
development stage"

svn path=/; revision=320

Personnel/preecej/php_singletons/PO_web_service.php

index 76abbd077fe0f43028b5f1eecdfb6ac50f955773..17b4d0363a5e75a0cd2ae720b17bd28b517d57b2 100644 (file)
@@ -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'])