[ Index ] |
|
Code source de Mantis 1.1.0rc3 |
1 <?php 2 # Mantis - a php based bugtracking system 3 4 # Copyright (C) 2000 - 2002 Kenzaburo Ito - kenito@300baud.org 5 # Copyright (C) 2002 - 2007 Mantis Team - mantisbt-dev@lists.sourceforge.net 6 7 # Mantis is free software: you can redistribute it and/or modify 8 # it under the terms of the GNU General Public License as published by 9 # the Free Software Foundation, either version 2 of the License, or 10 # (at your option) any later version. 11 # 12 # Mantis is distributed in the hope that it will be useful, 13 # but WITHOUT ANY WARRANTY; without even the implied warranty of 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 # GNU General Public License for more details. 16 # 17 # You should have received a copy of the GNU General Public License 18 # along with Mantis. If not, see <http://www.gnu.org/licenses/>. 19 20 # -------------------------------------------------------- 21 # $Id: db_table_names_inc.php,v 1.8.16.1 2007-10-13 22:34:54 giallu Exp $ 22 # -------------------------------------------------------- 23 24 # Load all the table names for use by the upgrade statements 25 $t_bug_file_table = config_get_global( 'mantis_bug_file_table' ); 26 $t_bug_history_table = config_get_global( 'mantis_bug_history_table' ); 27 $t_bug_monitor_table = config_get_global( 'mantis_bug_monitor_table' ); 28 $t_bug_relationship_table = config_get_global( 'mantis_bug_relationship_table' ); 29 $t_bug_table = config_get_global( 'mantis_bug_table' ); 30 $t_bug_text_table = config_get_global( 'mantis_bug_text_table' ); 31 $t_bugnote_table = config_get_global( 'mantis_bugnote_table' ); 32 $t_bugnote_text_table = config_get_global( 'mantis_bugnote_text_table' ); 33 $t_news_table = config_get_global( 'mantis_news_table' ); 34 $t_project_category_table = config_get_global( 'mantis_project_category_table' ); 35 $t_project_file_table = config_get_global( 'mantis_project_file_table' ); 36 $t_project_table = config_get_global( 'mantis_project_table' ); 37 $t_project_user_list_table = config_get_global( 'mantis_project_user_list_table' ); 38 $t_project_version_table = config_get_global( 'mantis_project_version_table' ); 39 $t_user_table = config_get_global( 'mantis_user_table' ); 40 $t_user_profile_table = config_get_global( 'mantis_user_profile_table' ); 41 $t_user_pref_table = config_get_global( 'mantis_user_pref_table' ); 42 $t_user_print_pref_table = config_get_global( 'mantis_user_print_pref_table' ); 43 $t_custom_field_project_table = config_get_global( 'mantis_custom_field_project_table' ); 44 $t_custom_field_table = config_get_global( 'mantis_custom_field_table' ); 45 $t_custom_field_string_table = config_get_global( 'mantis_custom_field_string_table' ); 46 $t_upgrade_table = config_get_global( 'mantis_upgrade_table' ); 47 $t_filters_table = config_get_global( 'mantis_filters_table' ); 48 $t_tokens_table = config_get_global( 'mantis_tokens_table' ); 49 $t_project_hierarchy_table = config_get_global( 'mantis_project_hierarchy_table' ); 50 $t_config_table = config_get_global( 'mantis_config_table' ); 51 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Thu Nov 29 09:42:17 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |