name;
}
if (is_subclass_of($unit, "BoltSet")) {
foreach ($unit->units as $u) {
$n = units_of_type($u);
$names = array_merge($names, $n);
}
}
return array_unique($names);
}
// show a menu of select units
//
function select_menu($top_unit) {
echo "";
}
// show a menu of exercise sets
//
function xset_menu($top_units) {
echo "";
}
function compare($select_name, $exset_name) {
}
//if (get_str('submit', true)) {
// show_results();
//} else {
// show_form();
//}
?>