Hello!

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

Note that updates take place every 10 minutes, commits may not be seen immediately.
changed PO aspect (branch) reference to
authorpreecej <preecej@localhost>
Wed, 11 Apr 2012 23:09:50 +0000 (23:09 +0000)
committerpreecej <preecej@localhost>
Wed, 11 Apr 2012 23:09:50 +0000 (23:09 +0000)
"plant_structure_development_stage"

svn path=/; revision=322

planteome/paw/services/TermSearch_JSON.php

index 5c7ab73b3f1ccdcf3d9d2eae9b186628cca71453..d127a6699d93800166ff1be7a00ee89de2da91c8 100644 (file)
@@ -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':