echo "</pre>";
$linked_cfields_at_execution = $tcase_mgr->get_linked_cfields_at_execution($tcase_id);
new dBug($linked_cfields_at_execution);
echo "<pre> testcase - html_table_of_custom_field_inputs(\$id,\$parent_id=null,\$scope='design',\$name_suffix='')";
echo "</pre>";
echo "<pre>            html_table_of_custom_field_inputs({$tcase_id})";
echo "</pre>";
$table_of_custom_field_inputs = $tcase_mgr->html_table_of_custom_field_inputs($tcase_id);
echo "<pre>";
echo $table_of_custom_field_inputs;
echo "</pre>";
echo "<pre> testcase - html_table_of_custom_field_values(\$id,\$scope='design',<br>\n                                                         \$show_on_execution=null,<br>\n                                                         \$execution_id=null,\$testplan_id=null) ";
echo "</pre>";
echo "<pre> testcase - html_table_of_custom_field_values({$tcase_id})";
echo "</pre>";
$table_of_custom_field_values = $tcase_mgr->html_table_of_custom_field_values($tcase_id);
echo "<pre><xmp>";
echo $table_of_custom_field_values;
echo "</xmp></pre>";
/*
	function testcase(&$db)
function get_by_name($name)
function get_all()
function show(&$smarty,$id, $user_id, $version_id=TC_ALL_VERSIONS, $action='', 
function update($id,$tcversion_id,$name,$summary,$steps,
function check_link_and_exec_status($id)
function delete($id,$version_id = TC_ALL_VERSIONS)
function get_linked_versions($id,$exec_status="ALL",$active_status='ALL')
function _blind_delete($id,$version_id=TC_ALL_VERSIONS,$children=null)
function _execution_delete($id,$version_id=TC_ALL_VERSIONS,$children=null)
function get_testproject($id)