$output .= ' selected';
}
$output .= '>' . "   " . $child->name . '</option>';
- foreach($grandchildren as $grandchild){
- $output .= '<option value="' . $grandchild->term_id . '"';
- if ($_REQUEST['michsci_category'] == $grandchild->term_id) {
- $output .= ' selected';
- }
- $output .= '>' . "      " . $grandchild->name . '</option>';
- }
+// foreach($grandchildren as $grandchild){
+// $output .= '<option value="' . $grandchild->term_id . '"';
+// if ($_REQUEST['michsci_category'] == $grandchild->term_id) {
+// $output .= ' selected';
+// }
+// $output .= '>' . "      " . $grandchild->name . '</option>';
+// }
}
}
$output .="</select>";