From e5cbe537a49782549b89c3f20917a9117dff7160 Mon Sep 17 00:00:00 2001 From: Guillaume Date: Sat, 14 Dec 2024 19:38:16 +0100 Subject: [PATCH] Remove `display_cvs_versions` and `cvs_version_tracker` BOINC project is ow using git instead of svn, let'es remove this legacy part. --- html/inc/host.inc | 1 - html/inc/news.inc | 1 - html/inc/pm.inc | 1 - html/inc/profile.inc | 1 - html/inc/result.inc | 1 - html/inc/stats_sites.inc | 1 - html/inc/team.inc | 1 - html/inc/text_transform.inc | 1 - html/inc/translation.inc | 1 - html/inc/user.inc | 1 - html/inc/util.inc | 10 ---------- html/ops/cancel_workunits.php | 1 - html/ops/cancel_wu_action.php | 1 - html/ops/cancel_wu_form.php | 1 - html/ops/clear_host.php | 1 - html/ops/create_forums.php | 1 - html/ops/db_action.php | 1 - html/ops/db_form.php | 1 - html/ops/failure_result_summary_by_host.php | 1 - html/ops/failure_result_summary_by_platform.php | 1 - html/ops/index.php | 1 - html/ops/list_new_users.php | 1 - html/ops/make_emails_lowercase.php | 1 - html/ops/manage_special_users.php | 1 - html/ops/manage_special_users_action.php | 1 - html/ops/manage_user.php | 2 -- html/ops/pass_percentage_by_platform.php | 1 - html/ops/problem_host.php | 1 - html/ops/profile_screen_action.php | 1 - html/ops/profile_screen_form.php | 1 - html/ops/result_summary.php | 1 - html/project.sample/project_specific_prefs.inc | 1 - html/user/add_venue.php | 1 - html/user/create_account_form.php | 1 - html/user/edit_forum_preferences_form.php | 1 - html/user/forum_banishment_vote_action.php | 1 - html/user/forum_edit.php | 1 - html/user/forum_help_desk.php | 1 - html/user/forum_index.php | 1 - html/user/forum_moderate_post_action.php | 1 - html/user/forum_post.php | 1 - html/user/forum_rate.php | 1 - html/user/forum_reply.php | 1 - html/user/forum_search.php | 1 - html/user/forum_search_action.php | 1 - html/user/forum_thread.php | 1 - html/user/info.php | 1 - html/user/pending.php | 1 - html/user/pm.php | 1 - html/user/prefs.php | 1 - html/user/prefs_edit.php | 1 - html/user/prefs_remove.php | 1 - html/user/profile_menu.php | 1 - html/user/project_specific_prefs.inc.sample | 1 - html/user/show_user.php | 1 - html/user/team_change_founder_form.php | 1 - html/user/team_email_list.php | 1 - html/user/team_founder_transfer_action.php | 1 - html/user/team_founder_transfer_form.php | 1 - html/user/team_join_action.php | 1 - html/user/team_join_form.php | 1 - html/user/team_quit_action.php | 1 - html/user/team_quit_form.php | 1 - html/user/user_permissions.php | 1 - html/user/user_search.php | 1 - 65 files changed, 75 deletions(-) diff --git a/html/inc/host.inc b/html/inc/host.inc index 72ee0d10969..5c8181404aa 100644 --- a/html/inc/host.inc +++ b/html/inc/host.inc @@ -829,6 +829,5 @@ function anonymize_hosts($user) { } } -$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit ?> diff --git a/html/inc/news.inc b/html/inc/news.inc index 03b79b0cd3d..37957d53314 100644 --- a/html/inc/news.inc +++ b/html/inc/news.inc @@ -118,5 +118,4 @@ function show_news($start, $count) { "; } -$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit ?> diff --git a/html/inc/pm.inc b/html/inc/pm.inc index 1dc33c74b90..5751d23acf4 100644 --- a/html/inc/pm.inc +++ b/html/inc/pm.inc @@ -335,5 +335,4 @@ function pm_delete_user($user) { } } -$cvs_version_tracker[]="\$Id: pm.inc 14019 2007-11-01 23:04:39Z davea $"; ?> diff --git a/html/inc/profile.inc b/html/inc/profile.inc index fdbf4f74c7a..87cc47d07c8 100644 --- a/html/inc/profile.inc +++ b/html/inc/profile.inc @@ -278,6 +278,5 @@ function show_profile($user, $logged_in_user, $screen_mode = false) { } } -$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit ?> diff --git a/html/inc/result.inc b/html/inc/result.inc index 1b3d84f1832..9d0109aed83 100644 --- a/html/inc/result.inc +++ b/html/inc/result.inc @@ -845,6 +845,5 @@ function result_navigation($info, $where_clause) { return $x; } -$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit ?> diff --git a/html/inc/stats_sites.inc b/html/inc/stats_sites.inc index cb999c46696..c3923eb35f6 100644 --- a/html/inc/stats_sites.inc +++ b/html/inc/stats_sites.inc @@ -160,5 +160,4 @@ function site_list($sites) { $GLOBALS['cpid_stats_sites'] = $cpid_stats_sites; $GLOBALS['host_sites'] = $host_sites; -$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit ?> diff --git a/html/inc/team.inc b/html/inc/team.inc index 6109cd9d4a6..23bf816b609 100644 --- a/html/inc/team.inc +++ b/html/inc/team.inc @@ -634,6 +634,5 @@ function make_team( } } -$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit ?> diff --git a/html/inc/text_transform.inc b/html/inc/text_transform.inc index b208782064f..d82fb8b5e3b 100644 --- a/html/inc/text_transform.inc +++ b/html/inc/text_transform.inc @@ -330,5 +330,4 @@ function highlight_terms($text, $terms) { return str_ireplace($search, $replace, $text); } -$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit ?> diff --git a/html/inc/translation.inc b/html/inc/translation.inc index a80aa7e90b1..f7d3e0bcfd2 100644 --- a/html/inc/translation.inc +++ b/html/inc/translation.inc @@ -305,5 +305,4 @@ for ($i=0; $i<$size; $i++) { $GLOBALS['languages_in_use'] = $languages_in_use; // for Drupal -$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit ?> diff --git a/html/inc/user.inc b/html/inc/user.inc index 94042204fb5..b0b2956a8a3 100644 --- a/html/inc/user.inc +++ b/html/inc/user.inc @@ -659,6 +659,5 @@ function show_account_private($user) { } -$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit ?> diff --git a/html/inc/util.inc b/html/inc/util.inc index c0be13d822e..ea2fc0d50ef 100644 --- a/html/inc/util.inc +++ b/html/inc/util.inc @@ -358,7 +358,6 @@ EOT; $body_attrs .= ' style="padding-top:70px"'; } echo ""; - display_cvs_versions(); echo '
'; @@ -398,14 +397,6 @@ function page_tail( } } -function display_cvs_versions(){ - global $cvs_version_tracker; - echo "\n\n"; - for ($i=0;$i\n"; - } -} - function db_error_page() { page_head("Database error"); echo tra("A database error occurred while handling your request; please try again later."); @@ -1300,6 +1291,5 @@ function check_validated_email($user) { } } -$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit ?> diff --git a/html/ops/cancel_workunits.php b/html/ops/cancel_workunits.php index 2a8821d1896..9b678ec09d9 100644 --- a/html/ops/cancel_workunits.php +++ b/html/ops/cancel_workunits.php @@ -161,5 +161,4 @@ admin_page_tail(); -$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit ?> diff --git a/html/ops/cancel_wu_action.php b/html/ops/cancel_wu_action.php index a4783b2cbb5..ac8bc874d42 100644 --- a/html/ops/cancel_wu_action.php +++ b/html/ops/cancel_wu_action.php @@ -46,5 +46,4 @@ echo " canceled jobs with $wuid1 <= workunit ID <= $wuid2"; admin_page_tail(); -$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit ?> diff --git a/html/ops/cancel_wu_form.php b/html/ops/cancel_wu_form.php index 6a3785cda01..60c37e96108 100644 --- a/html/ops/cancel_wu_form.php +++ b/html/ops/cancel_wu_form.php @@ -55,5 +55,4 @@ "; admin_page_tail(); -$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit ?> diff --git a/html/ops/clear_host.php b/html/ops/clear_host.php index 03efc64f8f4..018b4431a0b 100644 --- a/html/ops/clear_host.php +++ b/html/ops/clear_host.php @@ -29,5 +29,4 @@ echo "Host RPC time cleared for host ID: $hostid\n"; admin_page_tail(); -$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit ?> diff --git a/html/ops/create_forums.php b/html/ops/create_forums.php index 13e64fc36da..43c599aaa3e 100644 --- a/html/ops/create_forums.php +++ b/html/ops/create_forums.php @@ -72,5 +72,4 @@ function create_forum($category, $orderID, $title, $description, $is_dev_blog=0) create_forum($catid, 4, "Preferences", "Using preferences"); create_forum($catid, 6, "Web site", "Issues involving this web site"); -$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit ?> diff --git a/html/ops/db_action.php b/html/ops/db_action.php index a610f48863b..23f17b44040 100644 --- a/html/ops/db_action.php +++ b/html/ops/db_action.php @@ -228,5 +228,4 @@ } admin_page_tail(); -$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit ?> diff --git a/html/ops/db_form.php b/html/ops/db_form.php index 32d9d875be1..1e757bdb150 100644 --- a/html/ops/db_form.php +++ b/html/ops/db_form.php @@ -102,5 +102,4 @@ print_describe_table($table, 4); admin_page_tail(); -$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit ?> diff --git a/html/ops/failure_result_summary_by_host.php b/html/ops/failure_result_summary_by_host.php index 6fa6ad945e7..40e906441dc 100644 --- a/html/ops/failure_result_summary_by_host.php +++ b/html/ops/failure_result_summary_by_host.php @@ -84,5 +84,4 @@ admin_page_tail(); -$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit ?> diff --git a/html/ops/failure_result_summary_by_platform.php b/html/ops/failure_result_summary_by_platform.php index 63f055041c8..ee266f9dffc 100644 --- a/html/ops/failure_result_summary_by_platform.php +++ b/html/ops/failure_result_summary_by_platform.php @@ -83,5 +83,4 @@ admin_page_tail(); -$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit ?> diff --git a/html/ops/index.php b/html/ops/index.php index 305b8fc07e6..1d00cb6a288 100644 --- a/html/ops/index.php +++ b/html/ops/index.php @@ -220,5 +220,4 @@ admin_page_tail(); -$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit ?> diff --git a/html/ops/list_new_users.php b/html/ops/list_new_users.php index e29a128695d..aedf6bf6a57 100644 --- a/html/ops/list_new_users.php +++ b/html/ops/list_new_users.php @@ -117,5 +117,4 @@ admin_page_tail(); -$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit ?> diff --git a/html/ops/make_emails_lowercase.php b/html/ops/make_emails_lowercase.php index fc7596ad355..b65198985f5 100644 --- a/html/ops/make_emails_lowercase.php +++ b/html/ops/make_emails_lowercase.php @@ -99,5 +99,4 @@ _mysql_free_result($result); admin_page_tail(); -$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit ?> diff --git a/html/ops/manage_special_users.php b/html/ops/manage_special_users.php index 4b965045fe7..617f70272f2 100644 --- a/html/ops/manage_special_users.php +++ b/html/ops/manage_special_users.php @@ -69,5 +69,4 @@ admin_page_tail(); -$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit ?> diff --git a/html/ops/manage_special_users_action.php b/html/ops/manage_special_users_action.php index 10c42449f20..69bb9942d81 100644 --- a/html/ops/manage_special_users_action.php +++ b/html/ops/manage_special_users_action.php @@ -50,5 +50,4 @@ admin_page_tail(); -$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit ?> diff --git a/html/ops/manage_user.php b/html/ops/manage_user.php index 8037ae434eb..9f0d18d6248 100644 --- a/html/ops/manage_user.php +++ b/html/ops/manage_user.php @@ -306,6 +306,4 @@ function show_manage_user_form($user) { show_manage_user_form($user); -$cvs_version_tracker[]= //Generated automatically - do not edit - "\$Id$"; ?> diff --git a/html/ops/pass_percentage_by_platform.php b/html/ops/pass_percentage_by_platform.php index fc229fb9a0d..a02030373cf 100644 --- a/html/ops/pass_percentage_by_platform.php +++ b/html/ops/pass_percentage_by_platform.php @@ -197,5 +197,4 @@ admin_page_tail(); -$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit ?> diff --git a/html/ops/problem_host.php b/html/ops/problem_host.php index f9411f5fea1..7147298fa89 100644 --- a/html/ops/problem_host.php +++ b/html/ops/problem_host.php @@ -127,5 +127,4 @@ function send_problem_email($user, $host) { } admin_page_tail(); -$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit ?> diff --git a/html/ops/profile_screen_action.php b/html/ops/profile_screen_action.php index ce692d2dd94..a77cf54d991 100644 --- a/html/ops/profile_screen_action.php +++ b/html/ops/profile_screen_action.php @@ -51,5 +51,4 @@ admin_page_tail(); -$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit ?> diff --git a/html/ops/profile_screen_form.php b/html/ops/profile_screen_form.php index ff0cb6d50b0..7de7c3694a2 100644 --- a/html/ops/profile_screen_form.php +++ b/html/ops/profile_screen_form.php @@ -96,5 +96,4 @@ function buttons($i) { "; admin_page_tail(); -$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit ?> diff --git a/html/ops/result_summary.php b/html/ops/result_summary.php index ff47b9b65ea..d980550585a 100644 --- a/html/ops/result_summary.php +++ b/html/ops/result_summary.php @@ -26,5 +26,4 @@ admin_show_result_summary(); admin_page_tail(); -$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit ?> diff --git a/html/project.sample/project_specific_prefs.inc b/html/project.sample/project_specific_prefs.inc index 1efaccfac2a..fdfb6f2ad08 100644 --- a/html/project.sample/project_specific_prefs.inc +++ b/html/project.sample/project_specific_prefs.inc @@ -296,6 +296,5 @@ function project_specific_prefs_parse($prefs_xml) { return $prefs; } -$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit ?> diff --git a/html/user/add_venue.php b/html/user/add_venue.php index f1967e69b8a..b27929d91b8 100644 --- a/html/user/add_venue.php +++ b/html/user/add_venue.php @@ -94,5 +94,4 @@ print_prefs_form("add", $subset, $venue, $user, $prefs, $columns); } page_tail(); -$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit ?> diff --git a/html/user/create_account_form.php b/html/user/create_account_form.php index 174bea6c1d3..b144fc8960b 100644 --- a/html/user/create_account_form.php +++ b/html/user/create_account_form.php @@ -75,5 +75,4 @@ page_tail(); -$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit ?> diff --git a/html/user/edit_forum_preferences_form.php b/html/user/edit_forum_preferences_form.php index a89c378b825..5f7f4db12db 100644 --- a/html/user/edit_forum_preferences_form.php +++ b/html/user/edit_forum_preferences_form.php @@ -206,5 +206,4 @@ end_table(); page_tail(); -$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit ?> diff --git a/html/user/forum_banishment_vote_action.php b/html/user/forum_banishment_vote_action.php index ec6d51e20f0..d7ce06c709c 100644 --- a/html/user/forum_banishment_vote_action.php +++ b/html/user/forum_banishment_vote_action.php @@ -71,5 +71,4 @@ start_vote($config,$logged_in_user,$user, $mod_category,"None given"); } -$cvs_version_tracker[]="\$Id: forum_moderate_post_action.php 13718 2007-09-30 11:17:11Z Rytis $"; //Generated automatically - do not edit ?> diff --git a/html/user/forum_edit.php b/html/user/forum_edit.php index 8ec64aec689..0aa8830b502 100644 --- a/html/user/forum_edit.php +++ b/html/user/forum_edit.php @@ -170,5 +170,4 @@ function() use($content) { page_tail(); -$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit ?> diff --git a/html/user/forum_help_desk.php b/html/user/forum_help_desk.php index bf58d0a216c..2274777e5fb 100644 --- a/html/user/forum_help_desk.php +++ b/html/user/forum_help_desk.php @@ -79,5 +79,4 @@ page_tail(); -$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit ?> diff --git a/html/user/forum_index.php b/html/user/forum_index.php index 08dc5ebc0c2..5eb435085aa 100644 --- a/html/user/forum_index.php +++ b/html/user/forum_index.php @@ -210,5 +210,4 @@ function do_unsubscribe($user) { } else { main($user); } -$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit ?> diff --git a/html/user/forum_moderate_post_action.php b/html/user/forum_moderate_post_action.php index 6574f28a513..3b36bfc85cd 100644 --- a/html/user/forum_moderate_post_action.php +++ b/html/user/forum_moderate_post_action.php @@ -164,5 +164,4 @@ function hide_explanation() { header('Location: forum_thread.php?id='.$thread->id); -$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit ?> diff --git a/html/user/forum_post.php b/html/user/forum_post.php index 9d121d7afa1..9a046df6a33 100644 --- a/html/user/forum_post.php +++ b/html/user/forum_post.php @@ -195,5 +195,4 @@ function() use($content, $title) { page_tail(); -$cvs_version_tracker[]="\$Id$"; ?> diff --git a/html/user/forum_rate.php b/html/user/forum_rate.php index a24fcfbfcb6..3f2f8a6719c 100644 --- a/html/user/forum_rate.php +++ b/html/user/forum_rate.php @@ -88,5 +88,4 @@ function show_result_page($success, $post, $thread, $choice) { exit; } -$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit ?> diff --git a/html/user/forum_reply.php b/html/user/forum_reply.php index 6ec4aaec535..23514ee668f 100644 --- a/html/user/forum_reply.php +++ b/html/user/forum_reply.php @@ -206,5 +206,4 @@ function quote_text($post) { ); } -$cvs_version_tracker[]="\$Id$"; ?> diff --git a/html/user/forum_search.php b/html/user/forum_search.php index 0dd0186afc7..95b91d94aed 100644 --- a/html/user/forum_search.php +++ b/html/user/forum_search.php @@ -98,5 +98,4 @@ page_tail(); -$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit ?> diff --git a/html/user/forum_search_action.php b/html/user/forum_search_action.php index 08e4f8769bf..0d538f10486 100644 --- a/html/user/forum_search_action.php +++ b/html/user/forum_search_action.php @@ -228,5 +228,4 @@ function search_post_content( echo "

".tra("Perform another search")."

"; page_tail(); -$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit ?> diff --git a/html/user/forum_thread.php b/html/user/forum_thread.php index f93fe4de16b..d0f0ef23a17 100644 --- a/html/user/forum_thread.php +++ b/html/user/forum_thread.php @@ -314,5 +314,4 @@ $thread->update("views=views+1"); page_tail(); -$cvs_version_tracker[]="\$Id$"; ?> diff --git a/html/user/info.php b/html/user/info.php index e4e86bb8c51..afc23ec189a 100644 --- a/html/user/info.php +++ b/html/user/info.php @@ -58,5 +58,4 @@

".tra("These other projects are not associated with %1, and we cannot vouch for their security practices or the nature of their research. Join them at your own risk.", PROJECT); } page_tail(); -$cvs_version_tracker[]="\$Id$"; ?> diff --git a/html/user/pending.php b/html/user/pending.php index 2a46b832a7e..8f59ea9e9ec 100644 --- a/html/user/pending.php +++ b/html/user/pending.php @@ -82,5 +82,4 @@ page_tail(); } -$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit ?> diff --git a/html/user/pm.php b/html/user/pm.php index b1fa07b5d3f..d9b42bbc3de 100644 --- a/html/user/pm.php +++ b/html/user/pm.php @@ -446,5 +446,4 @@ function do_delete_selected($logged_in_user) { error_page(tra("Unknown action")); } -$cvs_version_tracker[]="\$Id: pm.php 14077 2007-11-03 04:26:47Z davea $"; ?> diff --git a/html/user/prefs.php b/html/user/prefs.php index 65f4de1e6d4..0155c191c56 100644 --- a/html/user/prefs.php +++ b/html/user/prefs.php @@ -66,5 +66,4 @@ page_tail(); -$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit ?> diff --git a/html/user/prefs_edit.php b/html/user/prefs_edit.php index 57e487056c7..db0b9299744 100644 --- a/html/user/prefs_edit.php +++ b/html/user/prefs_edit.php @@ -112,5 +112,4 @@ echo "".tra("Back to preferences")."\n"; page_tail(); -$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit ?> diff --git a/html/user/prefs_remove.php b/html/user/prefs_remove.php index fa4109e29b6..2f229cd9b8b 100644 --- a/html/user/prefs_remove.php +++ b/html/user/prefs_remove.php @@ -56,5 +56,4 @@ page_tail(); } -$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit ?> diff --git a/html/user/profile_menu.php b/html/user/profile_menu.php index 4ee0c4b9e3b..a7edb7d7ff1 100644 --- a/html/user/profile_menu.php +++ b/html/user/profile_menu.php @@ -114,5 +114,4 @@ function select_profile($cmd) { } } -$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit ?> diff --git a/html/user/project_specific_prefs.inc.sample b/html/user/project_specific_prefs.inc.sample index 94adb8ae1ae..0a9a2c05a23 100644 --- a/html/user/project_specific_prefs.inc.sample +++ b/html/user/project_specific_prefs.inc.sample @@ -1,5 +1,4 @@ "; page_tail(); -$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit ?> diff --git a/html/user/team_email_list.php b/html/user/team_email_list.php index e38dae8351f..c07a9970f1f 100644 --- a/html/user/team_email_list.php +++ b/html/user/team_email_list.php @@ -94,5 +94,4 @@ page_tail(); } -$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit ?> diff --git a/html/user/team_founder_transfer_action.php b/html/user/team_founder_transfer_action.php index 8803099ee41..496e070175e 100644 --- a/html/user/team_founder_transfer_action.php +++ b/html/user/team_founder_transfer_action.php @@ -152,6 +152,5 @@ function send_founder_transfer_decline_email($team, $user) { page_tail(); -$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit ?> diff --git a/html/user/team_founder_transfer_form.php b/html/user/team_founder_transfer_form.php index 5e1d40fe22b..8a7f87e22e5 100644 --- a/html/user/team_founder_transfer_form.php +++ b/html/user/team_founder_transfer_form.php @@ -86,5 +86,4 @@ page_tail(); -$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit ?> diff --git a/html/user/team_join_action.php b/html/user/team_join_action.php index 9071bd27ef7..ad005ebaaf4 100644 --- a/html/user/team_join_action.php +++ b/html/user/team_join_action.php @@ -48,5 +48,4 @@ page_tail(); -$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit ?> diff --git a/html/user/team_join_form.php b/html/user/team_join_form.php index ae5893a00fd..f9dd09f0c22 100644 --- a/html/user/team_join_form.php +++ b/html/user/team_join_form.php @@ -47,5 +47,4 @@ "; page_tail(); -$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit ?> diff --git a/html/user/team_quit_action.php b/html/user/team_quit_action.php index 0aa827d9b65..1c89f9591ef 100644 --- a/html/user/team_quit_action.php +++ b/html/user/team_quit_action.php @@ -37,5 +37,4 @@ page_tail(); -$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit ?> diff --git a/html/user/team_quit_form.php b/html/user/team_quit_form.php index a7a4704c4ea..56490cf0389 100644 --- a/html/user/team_quit_form.php +++ b/html/user/team_quit_form.php @@ -44,5 +44,4 @@ "; page_tail(); -$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit ?> diff --git a/html/user/user_permissions.php b/html/user/user_permissions.php index b86bb60eba5..7baa78c955f 100644 --- a/html/user/user_permissions.php +++ b/html/user/user_permissions.php @@ -103,5 +103,4 @@ function user_permissions_action($user_id) { user_permissions_form(); } -$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit ?> diff --git a/html/user/user_search.php b/html/user/user_search.php index 68b669aab75..0ddc1d1739b 100644 --- a/html/user/user_search.php +++ b/html/user/user_search.php @@ -187,5 +187,4 @@ function search_action() { user_search_form(); } -$cvs_version_tracker[]="\$Id: user_search.php 13586 2007-09-13 09:46:36Z Rytis $"; //Generated automatically - do not edit ?>