Search found 1 match

by rlee0001
03 May 2007, 15:50
Forum: General Discussion
Topic: Mantis Bug 1.0.7
Replies: 2
Views: 5666

Mantis Bug 1.0.7

There is a bug in the code for the 1.0.7 release in the file core/history_api.php, function history_get_events(), line 73:


66 function history_get_events( $p_bug_id ) {
67 $t_mantis_bug_history_table = config_get( 'mantis_bug_history_table' );
68 $t_mantis_user_table = config_get( 'mantis_user ...