. #------------------------------ # $Revision: 2643 $ # $Author: al $ # $Date: 2009-06-18 19:06:27 -0400 (Thu, 18 Jun 2009) $ #------------------------------ require_once( 'core.php' ); $t_core_path = config_get( 'core_path' ); require_once( $t_core_path.'string_api.php' ); // Copy 'id' parameter into 'bug_id' so it is found by the simple/advanced view page. $_GET['bug_id'] = gpc_get_int( 'id' ); include string_get_bug_view_page(); ?>