#73591 by Flanker, add missing CVS Ids.

5.x
Neil Drumm 2006-07-14 01:05:10 +00:00
parent abba0a4c2d
commit 7d9f57ff63
14 changed files with 14 additions and 0 deletions

View File

@ -1,4 +1,5 @@
<?php
// $Id$
// MySQL specific install functions

View File

@ -1,4 +1,5 @@
<?php
// $Id$
// MySQLi specific install functions

View File

@ -1,4 +1,5 @@
<?php
// $Id$
function aggregator_install() {
switch ($GLOBALS['db_type']) {

View File

@ -1,4 +1,5 @@
<?php
// $Id$
function book_install() {
switch ($GLOBALS['db_type']) {

View File

@ -1,4 +1,5 @@
<?php
// $Id$
function contact_install() {
switch ($GLOBALS['db_type']) {

View File

@ -1,4 +1,5 @@
<?php
// $Id$
function drupal_install() {
switch ($GLOBALS['db_type']) {

View File

@ -1,4 +1,5 @@
<?php
// $Id$
function forum_install() {
switch ($GLOBALS['db_type']) {

View File

@ -1,4 +1,5 @@
<?php
// $Id$
function locale_install() {
switch ($GLOBALS['db_type']) {

View File

@ -1,4 +1,5 @@
<?php
// $Id$
function poll_install() {
switch ($GLOBALS['db_type']) {

View File

@ -1,4 +1,5 @@
<?php
// $Id$
function profile_install() {
switch ($GLOBALS['db_type']) {

View File

@ -1,4 +1,5 @@
<?php
// $Id$
function search_install() {
switch ($GLOBALS['db_type']) {

View File

@ -1,4 +1,5 @@
<?php
// $Id$
function statistics_install() {
switch ($GLOBALS['db_type']) {

View File

@ -1,4 +1,5 @@
<?php
// $Id$
function system_install() {
switch ($GLOBALS['db_type']) {

View File

@ -1,4 +1,5 @@
<?php
// $Id$
/**
* Return an array of the modules to be enabled when this profile is installed.