// 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'],
$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'])