summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--includes/install.mysql.inc1
-rw-r--r--includes/install.mysqli.inc1
-rw-r--r--modules/aggregator/aggregator.install1
-rw-r--r--modules/book/book.install1
-rw-r--r--modules/contact/contact.install1
-rw-r--r--modules/drupal/drupal.install1
-rw-r--r--modules/forum/forum.install1
-rw-r--r--modules/locale/locale.install1
-rw-r--r--modules/poll/poll.install1
-rw-r--r--modules/profile/profile.install1
-rw-r--r--modules/search/search.install1
-rw-r--r--modules/statistics/statistics.install1
-rw-r--r--modules/system/system.install1
-rw-r--r--profiles/default.profile1
14 files changed, 14 insertions, 0 deletions
diff --git a/includes/install.mysql.inc b/includes/install.mysql.inc
index df872f653..9db839263 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 5363da136..0db8ce967 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 4c03b317b..247289d3e 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 7e80ccd44..cfc297555 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 b5f2ae67a..14e3c737d 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 c5cc0529d..b1b418571 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 443cbdf61..9d7d80c21 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 b7b78adfe..08bcbc5bc 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 6ce2dbba0..8c8feaef8 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 2c83adfaf..2aa4e46cb 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 61481d5ed..d6ab2fb2b 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 c6dd69081..2d4899300 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 9378bb69c..49a8df67d 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 2c9363667..1171c5def 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.