View Issue Details

IDProjectCategoryView StatusLast Update
0006027mantisbtsponsorshipspublic2005-09-11 08:12
Reportersogabeseiji Assigned Tothraxisp  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.0.0rc1 
Fixed in Version1.0.0rc2 
Summary0006027: In view.php, 'sponsorship_total' was displayed.
Description

In view.php, added sponsorship, then at history, 'sponsorship_total' is displayed.
'sponsorship_total' is field name of 'mantis_bug_table'.

Additional Information

In history_api.php, 251 lines

We need the following code

case 'sponsorship_total':
$t_field_localized = lang_get( 'sponsorship_total' );
break;

and '$s_sponsorship_total = XXX' to string_XXXX.txt.

TagsNo tags attached.

Activities

thraxisp

thraxisp

2005-07-27 15:02

reporter   ~0010987

Fixed in CVS. The fix depends on a string added in 0005998.

core/history_api.php -> 1.33