. /** * This include file prints out the bug bugnote_stats * $f_bug_id must already be defined * * @package MantisBT * @copyright Copyright (C) 2000 - 2002 Kenzaburo Ito - kenito@300baud.org * @copyright Copyright (C) 2002 - 2011 MantisBT Team - mantisbt-dev@lists.sourceforge.net * @link http://www.mantisbt.org * * @uses bugnote_api.php * @uses collapse_api.php * @uses config_api.php * @uses database_api.php * @uses filter_api.php * @uses gpc_api.php * @uses helper_api.php * @uses lang_api.php * @uses string_api.php * @uses utility_api.php */ if ( !defined( 'BILLING_INC_ALLOW' ) ) { return; } require_api( 'bugnote_api.php' ); require_api( 'collapse_api.php' ); require_api( 'config_api.php' ); require_api( 'database_api.php' ); require_api( 'filter_api.php' ); require_api( 'gpc_api.php' ); require_api( 'helper_api.php' ); require_api( 'lang_api.php' ); require_api( 'string_api.php' ); require_api( 'utility_api.php' ); ?>
date_submitted ) : $t_today; $t_bugnote_stats_from_def = $t_date_submitted; $t_bugnote_stats_from_def_ar = explode ( ":", $t_bugnote_stats_from_def ); $t_bugnote_stats_from_def_d = $t_bugnote_stats_from_def_ar[0]; $t_bugnote_stats_from_def_m = $t_bugnote_stats_from_def_ar[1]; $t_bugnote_stats_from_def_y = $t_bugnote_stats_from_def_ar[2]; $t_bugnote_stats_from_d = gpc_get_int('start_day', $t_bugnote_stats_from_def_d); $t_bugnote_stats_from_m = gpc_get_int('start_month', $t_bugnote_stats_from_def_m); $t_bugnote_stats_from_y = gpc_get_int('start_year', $t_bugnote_stats_from_def_y); $t_bugnote_stats_to_def = $t_today; $t_bugnote_stats_to_def_ar = explode ( ":", $t_bugnote_stats_to_def ); $t_bugnote_stats_to_def_d = $t_bugnote_stats_to_def_ar[0]; $t_bugnote_stats_to_def_m = $t_bugnote_stats_to_def_ar[1]; $t_bugnote_stats_to_def_y = $t_bugnote_stats_to_def_ar[2]; $t_bugnote_stats_to_d = gpc_get_int('end_day', $t_bugnote_stats_to_def_d); $t_bugnote_stats_to_m = gpc_get_int('end_month', $t_bugnote_stats_to_def_m); $t_bugnote_stats_to_y = gpc_get_int('end_year', $t_bugnote_stats_to_def_y); $f_get_bugnote_stats_button = gpc_get_string('get_bugnote_stats_button', ''); $f_bugnote_cost = gpc_get_int( 'bugnote_cost', '' ); $f_project_id = helper_get_current_project(); if ( ON == config_get( 'time_tracking_with_billing' ) ) { $t_cost_col = true; } else { $t_cost_col = false; } ?>

"; $t_prev_id = $t_item['bug_id']; } ?> > >
' . $t_link . "


$t_total_time ) { ?> > >