diff --git a/core/print_api.php b/core/print_api.php index 7f21e7ab54..4eff29bd6a 100644 --- a/core/print_api.php +++ b/core/print_api.php @@ -6,7 +6,7 @@ # See the README and LICENSE files for details # -------------------------------------------------------- - # $Id: print_api.php,v 1.85 2004-05-28 00:21:02 int2str Exp $ + # $Id: print_api.php,v 1.86 2004-05-30 01:49:31 vboctor Exp $ # -------------------------------------------------------- $t_core_dir = dirname( __FILE__ ).DIRECTORY_SEPARATOR; @@ -409,8 +409,7 @@ function print_profile_option_list( $p_user_id, $p_select_id='' ) { } # -------------------- function print_news_project_option_list( $p_project_id ) { - global $g_mantis_project_table, $g_mantis_project_user_list_table, - $g_project_cookie; + global $g_mantis_project_table, $g_mantis_project_user_list_table; if ( access_has_project_level( ADMINISTRATOR ) ) { $query = "SELECT * diff --git a/csv_export.php b/csv_export.php index 808fc456d5..24f9a7c38d 100644 --- a/csv_export.php +++ b/csv_export.php @@ -6,7 +6,7 @@ # See the README and LICENSE files for details # -------------------------------------------------------- - # $Id: csv_export.php,v 1.18 2004-04-08 11:05:11 vboctor Exp $ + # $Id: csv_export.php,v 1.19 2004-05-30 01:49:31 vboctor Exp $ # -------------------------------------------------------- ?> \ No newline at end of file +?> diff --git a/logout_page.php b/logout_page.php index 481437ced5..875822e59e 100644 --- a/logout_page.php +++ b/logout_page.php @@ -6,13 +6,10 @@ # See the README and LICENSE files for details # -------------------------------------------------------- - # $Id: logout_page.php,v 1.16 2004-05-26 00:59:27 int2str Exp $ + # $Id: logout_page.php,v 1.17 2004-05-30 01:49:31 vboctor Exp $ # -------------------------------------------------------- ?>