diff --git a/html/inc/host.inc b/html/inc/host.inc
index 72ee0d1096..5c8181404a 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 03b79b0cd3..37957d5331 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 1dc33c74b9..5751d23acf 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 fdbf4f74c7..87cc47d07c 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 1b3d84f183..9d0109aed8 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 cb999c4669..c3923eb35f 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 6109cd9d4a..23bf816b60 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 b208782064..d82fb8b5e3 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 a80aa7e90b..f7d3e0bcfd 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 94042204fb..b0b2956a8a 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 c0be13d822..ea2fc0d50e 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 2a8821d189..9b678ec09d 100644
--- a/html/ops/cancel_workunits.php
+++ b/html/ops/cancel_workunits.php
@@ -161,5 +161,4 @@ if ($qclause == "") {
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 a4783b2cbb..ac8bc874d4 100644
--- a/html/ops/cancel_wu_action.php
+++ b/html/ops/cancel_wu_action.php
@@ -46,5 +46,4 @@ admin_page_head("Cancel jobs");
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 6a3785cda0..60c37e9610 100644
--- a/html/ops/cancel_wu_form.php
+++ b/html/ops/cancel_wu_form.php
@@ -55,5 +55,4 @@ echo "
";
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 03efc64f8f..018b4431a0 100644
--- a/html/ops/clear_host.php
+++ b/html/ops/clear_host.php
@@ -29,5 +29,4 @@ $host->update("rpc_time=0");
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 13e64fc36d..43c599aaa3 100644
--- a/html/ops/create_forums.php
+++ b/html/ops/create_forums.php
@@ -72,5 +72,4 @@ create_forum($catid, 3, "Getting started", "Creating your account");
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 a610f48863..23f17b4404 100644
--- a/html/ops/db_action.php
+++ b/html/ops/db_action.php
@@ -228,5 +228,4 @@ if ($result) {
}
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 32d9d875be..1e757bdb15 100644
--- a/html/ops/db_form.php
+++ b/html/ops/db_form.php
@@ -102,5 +102,4 @@ echo "\n";
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 6fa6ad945e..40e906441d 100644
--- a/html/ops/failure_result_summary_by_host.php
+++ b/html/ops/failure_result_summary_by_host.php
@@ -84,5 +84,4 @@ end_table();
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 63f055041c..ee266f9dff 100644
--- a/html/ops/failure_result_summary_by_platform.php
+++ b/html/ops/failure_result_summary_by_platform.php
@@ -83,5 +83,4 @@ end_table();
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 305b8fc07e..1d00cb6a28 100644
--- a/html/ops/index.php
+++ b/html/ops/index.php
@@ -220,5 +220,4 @@ or by clicking here:
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 e29a128695..aedf6bf6a5 100644
--- a/html/ops/list_new_users.php
+++ b/html/ops/list_new_users.php
@@ -117,5 +117,4 @@ end_table();
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 fc7596ad35..b65198985f 100644
--- a/html/ops/make_emails_lowercase.php
+++ b/html/ops/make_emails_lowercase.php
@@ -99,5 +99,4 @@ if ($confirm != "yes" && $update_needed) {
_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 4b965045fe..617f70272f 100644
--- a/html/ops/manage_special_users.php
+++ b/html/ops/manage_special_users.php
@@ -69,5 +69,4 @@ end_table();
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 10c42449f2..69bb9942d8 100644
--- a/html/ops/manage_special_users_action.php
+++ b/html/ops/manage_special_users_action.php
@@ -50,5 +50,4 @@ echo "Query was: $query";
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 8037ae434e..9f0d18d624 100644
--- a/html/ops/manage_user.php
+++ b/html/ops/manage_user.php
@@ -306,6 +306,4 @@ if (isset($_POST['suspend_submit'])) {
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 fc229fb9a0..a02030373c 100644
--- a/html/ops/pass_percentage_by_platform.php
+++ b/html/ops/pass_percentage_by_platform.php
@@ -197,5 +197,4 @@ echo "\n";
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 f9411f5fea..7147298fa8 100644
--- a/html/ops/problem_host.php
+++ b/html/ops/problem_host.php
@@ -127,5 +127,4 @@ if (!$hostid) {
}
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 ce692d2dd9..a77cf54d99 100644
--- a/html/ops/profile_screen_action.php
+++ b/html/ops/profile_screen_action.php
@@ -51,5 +51,4 @@ echo "
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 ff0cb6d50b..7de7c3694a 100644
--- a/html/ops/profile_screen_form.php
+++ b/html/ops/profile_screen_form.php
@@ -96,5 +96,4 @@ echo "
";
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 ff47b9b65e..d980550585 100644
--- a/html/ops/result_summary.php
+++ b/html/ops/result_summary.php
@@ -26,5 +26,4 @@ admin_page_head("Result summary");
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 1efaccfac2..fdfb6f2ad0 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 f1967e69b8..b27929d91b 100644
--- a/html/user/add_venue.php
+++ b/html/user/add_venue.php
@@ -94,5 +94,4 @@ if ($action) {
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 174bea6c1d..b144fc8960 100644
--- a/html/user/create_account_form.php
+++ b/html/user/create_account_form.php
@@ -75,5 +75,4 @@ form_end();
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 a89c378b82..5f7f4db12d 100644
--- a/html/user/edit_forum_preferences_form.php
+++ b/html/user/edit_forum_preferences_form.php
@@ -206,5 +206,4 @@ row2(tra("Or click here to reset preferences to the defaults"),
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 ec6d51e20f..d7ce06c709 100644
--- a/html/user/forum_banishment_vote_action.php
+++ b/html/user/forum_banishment_vote_action.php
@@ -71,5 +71,4 @@ if (post_str('reason', true)){
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 8ec64aec68..0aa8830b50 100644
--- a/html/user/forum_edit.php
+++ b/html/user/forum_edit.php
@@ -170,5 +170,4 @@ echo "";
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 bf58d0a216..2274777e5f 100644
--- a/html/user/forum_help_desk.php
+++ b/html/user/forum_help_desk.php
@@ -79,5 +79,4 @@ echo "
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 08dc5ebc0c..5eb435085a 100644
--- a/html/user/forum_index.php
+++ b/html/user/forum_index.php
@@ -210,5 +210,4 @@ if ($submit) {
} 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 6574f28a51..3b36bfc85c 100644
--- a/html/user/forum_moderate_post_action.php
+++ b/html/user/forum_moderate_post_action.php
@@ -164,5 +164,4 @@ send_moderation_email($forum, $post, $thread, $explanation, $action_name);
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 9d121d7afa..9a046df6a3 100644
--- a/html/user/forum_post.php
+++ b/html/user/forum_post.php
@@ -195,5 +195,4 @@ echo "\n";
page_tail();
-$cvs_version_tracker[]="\$Id$";
?>
diff --git a/html/user/forum_rate.php b/html/user/forum_rate.php
index a24fcfbfcb..3f2f8a6719 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 6ec4aaec53..23514ee668 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 0dd0186afc..95b91d94ae 100644
--- a/html/user/forum_search.php
+++ b/html/user/forum_search.php
@@ -98,5 +98,4 @@ end_table();
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 08e4f8769b..0d538f1048 100644
--- a/html/user/forum_search_action.php
+++ b/html/user/forum_search_action.php
@@ -228,5 +228,4 @@ if (!count($threads) && !count($posts)){
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 f93fe4de16..d0f0ef23a1 100644
--- a/html/user/forum_thread.php
+++ b/html/user/forum_thread.php
@@ -314,5 +314,4 @@ case 1:
$thread->update("views=views+1");
page_tail();
-$cvs_version_tracker[]="\$Id$";
?>
diff --git a/html/user/info.php b/html/user/info.php
index e4e86bb8c5..afc23ec189 100644
--- a/html/user/info.php
+++ b/html/user/info.php
@@ -58,5 +58,4 @@ echo "
".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 2a46b832a7..8f59ea9e9e 100644
--- a/html/user/pending.php
+++ b/html/user/pending.php
@@ -82,5 +82,4 @@ if ($format == "xml") {
page_tail();
}
-$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit
?>
diff --git a/html/user/pm.php b/html/user/pm.php
index b1fa07b5d3..d9b42bbc3d 100644
--- a/html/user/pm.php
+++ b/html/user/pm.php
@@ -446,5 +446,4 @@ if ($action == "inbox") {
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 65f4de1e6d..0155c191c5 100644
--- a/html/user/prefs.php
+++ b/html/user/prefs.php
@@ -66,5 +66,4 @@ if ($subset == "global") {
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 57e487056c..db0b929974 100644
--- a/html/user/prefs_edit.php
+++ b/html/user/prefs_edit.php
@@ -112,5 +112,4 @@ if ($action) {
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 fa4109e29b..2f229cd9b8 100644
--- a/html/user/prefs_remove.php
+++ b/html/user/prefs_remove.php
@@ -56,5 +56,4 @@ if ($confirmed) {
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 4ee0c4b9e3..a7edb7d7ff 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 94adb8ae1a..0a9a2c05a2 100644
--- a/html/user/project_specific_prefs.inc.sample
+++ b/html/user/project_specific_prefs.inc.sample
@@ -1,5 +1,4 @@
0) {
echo "";
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 e38dae8351..c07a9970f1 100644
--- a/html/user/team_email_list.php
+++ b/html/user/team_email_list.php
@@ -94,5 +94,4 @@ if (!$plain) {
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 8803099ee4..496e070175 100644
--- a/html/user/team_founder_transfer_action.php
+++ b/html/user/team_founder_transfer_action.php
@@ -152,6 +152,5 @@ echo "".tra("Return to team page")."
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 5e1d40fe22..8a7f87e22e 100644
--- a/html/user/team_founder_transfer_form.php
+++ b/html/user/team_founder_transfer_form.php
@@ -86,5 +86,4 @@ echo "id."\">".tra("Return to team
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 9071bd27ef..ad005ebaaf 100644
--- a/html/user/team_join_action.php
+++ b/html/user/team_join_action.php
@@ -48,5 +48,4 @@ if ($user->teamid == $team->id) {
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 ae5893a00f..f9dd09f0c2 100644
--- a/html/user/team_join_form.php
+++ b/html/user/team_join_form.php
@@ -47,5 +47,4 @@ echo "
";
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 0aa827d9b6..1c89f9591e 100644
--- a/html/user/team_quit_action.php
+++ b/html/user/team_quit_action.php
@@ -37,5 +37,4 @@ if ($user->teamid == $team->id) {
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 a7a4704c4e..56490cf038 100644
--- a/html/user/team_quit_form.php
+++ b/html/user/team_quit_form.php
@@ -44,5 +44,4 @@ echo "id\">
";
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 b86bb60eba..7baa78c955 100644
--- a/html/user/user_permissions.php
+++ b/html/user/user_permissions.php
@@ -103,5 +103,4 @@ if ($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 68b669aab7..0ddc1d1739 100644
--- a/html/user/user_search.php
+++ b/html/user/user_search.php
@@ -187,5 +187,4 @@ if ($action) {
user_search_form();
}
-$cvs_version_tracker[]="\$Id: user_search.php 13586 2007-09-13 09:46:36Z Rytis $"; //Generated automatically - do not edit
?>