Blame Identity/Webenv/App/Mantis/1.1.2-1.fc9/bug_view_inc.php

ef5584
ef5584
# Mantis - a php based bugtracking system
ef5584
ef5584
# Copyright (C) 2000 - 2002  Kenzaburo Ito - kenito@300baud.org
ef5584
# Copyright (C) 2002 - 2007  Mantis Team   - mantisbt-dev@lists.sourceforge.net
ef5584
ef5584
# Mantis is free software: you can redistribute it and/or modify
ef5584
# it under the terms of the GNU General Public License as published by
ef5584
# the Free Software Foundation, either version 2 of the License, or
ef5584
# (at your option) any later version.
ef5584
#
ef5584
# Mantis is distributed in the hope that it will be useful,
ef5584
# but WITHOUT ANY WARRANTY; without even the implied warranty of
ef5584
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
ef5584
# GNU General Public License for more details.
ef5584
#
ef5584
# You should have received a copy of the GNU General Public License
ef5584
# along with Mantis.  If not, see <http://www.gnu.org/licenses/>.
ef5584
ef5584
	# --------------------------------------------------------
ef5584
	# $Id: bug_view_inc.php,v 1.16.2.1 2007-10-13 22:33:00 giallu Exp $
ef5584
	# --------------------------------------------------------
ef5584
?>
ef5584
ef5584
	# This include file prints out the bug information
ef5584
	# $f_bug_id MUST be specified before the file is included
ef5584
?>
ef5584
ef5584
	$t_core_path = config_get( 'core_path' );
ef5584
ef5584
	require_once( $t_core_path.'bug_api.php' );
ef5584
	require_once( $t_core_path.'date_api.php' );
ef5584
?>
ef5584
ef5584
	$t_bug = bug_prepare_display( bug_get( $f_bug_id, true ) );
ef5584
?>
ef5584
ef5584
ef5584
ef5584
ef5584
ef5584
	
ef5584
		
ef5584
	
ef5584
ef5584
ef5584
ef5584
ef5584
ef5584
	
ef5584
		
ef5584
	
ef5584
	
ef5584
		
ef5584
	
ef5584
	
ef5584
		
ef5584
	
ef5584
	
ef5584
		
ef5584
	
ef5584
	
ef5584
		
ef5584
	
ef5584
	
ef5584
		
ef5584
	
ef5584
ef5584
ef5584
ef5584
>
ef5584
ef5584
	
ef5584
	
ef5584
		
ef5584
	
ef5584
ef5584
	
ef5584
	
ef5584
		category ?>
ef5584
	
ef5584
ef5584
	
ef5584
	
ef5584
		severity ) ?>
ef5584
	
ef5584
ef5584
	
ef5584
	
ef5584
		reproducibility ) ?>
ef5584
	
ef5584
ef5584
	
ef5584
	
ef5584
		date_submitted ) ?>
ef5584
	
ef5584
ef5584
	
ef5584
	
ef5584
		last_updated ) ?>
ef5584
	
ef5584
ef5584
ef5584
ef5584
ef5584
ef5584
ef5584
	
ef5584
ef5584
ef5584
ef5584
>
ef5584
ef5584
	
ef5584
	
ef5584
		
ef5584
	
ef5584
	
ef5584
		reporter_id, $f_bug_id ) ?>
ef5584
	
ef5584
ef5584
	
ef5584
	
ef5584
		
ef5584
	
ef5584
	
ef5584
		view_state ) ?>
ef5584
	
ef5584
ef5584
	
ef5584
	 
ef5584
ef5584
ef5584
ef5584
ef5584
ef5584
>
ef5584
	
ef5584
		
ef5584
	
ef5584
	
ef5584
		handler_id, $f_bug_id ) ?>
ef5584
	
ef5584
ef5584
ef5584
>
ef5584
ef5584
	
ef5584
	
ef5584
		
ef5584
	
ef5584
	
ef5584
		priority ) ?>
ef5584
	
ef5584
ef5584
	
ef5584
	
ef5584
		
ef5584
	
ef5584
	
ef5584
		resolution ) ?>
ef5584
	
ef5584
ef5584
	
ef5584
	 
ef5584
ef5584
ef5584
ef5584
>
ef5584
ef5584
	
ef5584
	
ef5584
		
ef5584
	
ef5584
	
ef5584
		status ) ?>
ef5584
	
ef5584
ef5584
	
ef5584
	
ef5584
		
ef5584
			if ( ! config_get( 'enable_relationship' ) ) {
ef5584
				echo lang_get( 'duplicate_id' );
ef5584
			} # MASC RELATIONSHIP
ef5584
		?> 
ef5584
	
ef5584
	
ef5584
		
ef5584
			if ( !config_get( 'enable_relationship' ) ) {
ef5584
				print_duplicate_id( $t_bug->duplicate_id );
ef5584
			} # MASC RELATIONSHIP
ef5584
		?> 
ef5584
	
ef5584
ef5584
	
ef5584
	 
ef5584
ef5584
ef5584
ef5584
ef5584
ef5584
ef5584
	
ef5584
ef5584
ef5584
ef5584
ef5584
>
ef5584
	
ef5584
		
ef5584
	
ef5584
	
ef5584
		
ef5584
	
ef5584
ef5584
ef5584
ef5584
ef5584
>
ef5584
	
ef5584
		
ef5584
	
ef5584
	
ef5584
		description ?>
ef5584
	
ef5584
ef5584
ef5584
ef5584
ef5584
>
ef5584
	
ef5584
		
ef5584
	
ef5584
	
ef5584
		additional_information ?>
ef5584
	
ef5584
ef5584
ef5584
ef5584