From 7d9f57ff635d360a423d7192dbfe0a24a3ca7df0 Mon Sep 17 00:00:00 2001
From: Neil Drumm <drumm@3064.no-reply.drupal.org>
Date: Fri, 14 Jul 2006 01:05:10 +0000
Subject: [PATCH] #73591 by Flanker, add missing CVS Ids.

---
 includes/install.mysql.inc            | 1 +
 includes/install.mysqli.inc           | 1 +
 modules/aggregator/aggregator.install | 1 +
 modules/book/book.install             | 1 +
 modules/contact/contact.install       | 1 +
 modules/drupal/drupal.install         | 1 +
 modules/forum/forum.install           | 1 +
 modules/locale/locale.install         | 1 +
 modules/poll/poll.install             | 1 +
 modules/profile/profile.install       | 1 +
 modules/search/search.install         | 1 +
 modules/statistics/statistics.install | 1 +
 modules/system/system.install         | 1 +
 profiles/default.profile              | 1 +
 14 files changed, 14 insertions(+)

diff --git a/includes/install.mysql.inc b/includes/install.mysql.inc
index df872f6534ba..9db8392633de 100644
--- a/includes/install.mysql.inc
+++ b/includes/install.mysql.inc
@@ -1,4 +1,5 @@
 <?php
+// $Id$
 
 // MySQL specific install functions
 
diff --git a/includes/install.mysqli.inc b/includes/install.mysqli.inc
index 5363da136187..0db8ce967ea8 100644
--- a/includes/install.mysqli.inc
+++ b/includes/install.mysqli.inc
@@ -1,4 +1,5 @@
 <?php
+// $Id$
 
 // MySQLi specific install functions
 
diff --git a/modules/aggregator/aggregator.install b/modules/aggregator/aggregator.install
index 4c03b317b678..247289d3eebf 100644
--- a/modules/aggregator/aggregator.install
+++ b/modules/aggregator/aggregator.install
@@ -1,4 +1,5 @@
 <?php
+// $Id$
 
 function aggregator_install() {
   switch ($GLOBALS['db_type']) {
diff --git a/modules/book/book.install b/modules/book/book.install
index 7e80ccd4403f..cfc297555094 100644
--- a/modules/book/book.install
+++ b/modules/book/book.install
@@ -1,4 +1,5 @@
 <?php
+// $Id$
 
 function book_install() {
   switch ($GLOBALS['db_type']) {
diff --git a/modules/contact/contact.install b/modules/contact/contact.install
index b5f2ae67aa9a..14e3c737d319 100644
--- a/modules/contact/contact.install
+++ b/modules/contact/contact.install
@@ -1,4 +1,5 @@
 <?php
+// $Id$
 
 function contact_install() {
   switch ($GLOBALS['db_type']) {
diff --git a/modules/drupal/drupal.install b/modules/drupal/drupal.install
index c5cc0529d656..b1b418571909 100644
--- a/modules/drupal/drupal.install
+++ b/modules/drupal/drupal.install
@@ -1,4 +1,5 @@
 <?php
+// $Id$
 
 function drupal_install() {
   switch ($GLOBALS['db_type']) {
diff --git a/modules/forum/forum.install b/modules/forum/forum.install
index 443cbdf616e3..9d7d80c21e91 100644
--- a/modules/forum/forum.install
+++ b/modules/forum/forum.install
@@ -1,4 +1,5 @@
 <?php
+// $Id$
 
 function forum_install() {
   switch ($GLOBALS['db_type']) {
diff --git a/modules/locale/locale.install b/modules/locale/locale.install
index b7b78adfeef9..08bcbc5bcfb7 100644
--- a/modules/locale/locale.install
+++ b/modules/locale/locale.install
@@ -1,4 +1,5 @@
 <?php
+// $Id$
 
 function locale_install() {
   switch ($GLOBALS['db_type']) {
diff --git a/modules/poll/poll.install b/modules/poll/poll.install
index 6ce2dbba00f8..8c8feaef8994 100644
--- a/modules/poll/poll.install
+++ b/modules/poll/poll.install
@@ -1,4 +1,5 @@
 <?php
+// $Id$
 
 function poll_install() {
   switch ($GLOBALS['db_type']) {
diff --git a/modules/profile/profile.install b/modules/profile/profile.install
index 2c83adfafb25..2aa4e46cbdcb 100644
--- a/modules/profile/profile.install
+++ b/modules/profile/profile.install
@@ -1,4 +1,5 @@
 <?php
+// $Id$
 
 function profile_install() {
   switch ($GLOBALS['db_type']) {
diff --git a/modules/search/search.install b/modules/search/search.install
index 61481d5edfcc..d6ab2fb2b1b1 100644
--- a/modules/search/search.install
+++ b/modules/search/search.install
@@ -1,4 +1,5 @@
 <?php
+// $Id$
 
 function search_install() {
   switch ($GLOBALS['db_type']) {
diff --git a/modules/statistics/statistics.install b/modules/statistics/statistics.install
index c6dd69081372..2d48993003e2 100644
--- a/modules/statistics/statistics.install
+++ b/modules/statistics/statistics.install
@@ -1,4 +1,5 @@
 <?php
+// $Id$
 
 function statistics_install() {
   switch ($GLOBALS['db_type']) {
diff --git a/modules/system/system.install b/modules/system/system.install
index 9378bb69c678..49a8df67d786 100644
--- a/modules/system/system.install
+++ b/modules/system/system.install
@@ -1,4 +1,5 @@
 <?php
+// $Id$
 
 function system_install() {
   switch ($GLOBALS['db_type']) {
diff --git a/profiles/default.profile b/profiles/default.profile
index 2c9363667a43..1171c5def837 100644
--- a/profiles/default.profile
+++ b/profiles/default.profile
@@ -1,4 +1,5 @@
 <?php
+// $Id$
 
 /**
  * Return an array of the modules to be enabled when this profile is installed.
-- 
GitLab