. #------------------------------ # $Revision: 2643 $ # $Author: al $ # $Date: 2009-06-18 19:06:27 -0400 (Thu, 18 Jun 2009) $ #------------------------------ # This include file prints out the bug history # $f_bug_id must already be defined $t_core_path = config_get( 'core_path' ); require_once( $t_core_path.'history_api.php' ); $t_access_level_needed = config_get( 'view_history_threshold' ); if ( !access_has_bug_level( $t_access_level_needed, $f_bug_id ) ) { return; } ?>
>