$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':
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':