#73591 by Flanker, add missing CVS Ids.
parent
abba0a4c2d
commit
7d9f57ff63
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
// MySQL specific install functions
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
// MySQLi specific install functions
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
function aggregator_install() {
|
||||
switch ($GLOBALS['db_type']) {
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
function book_install() {
|
||||
switch ($GLOBALS['db_type']) {
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
function contact_install() {
|
||||
switch ($GLOBALS['db_type']) {
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
function drupal_install() {
|
||||
switch ($GLOBALS['db_type']) {
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
function forum_install() {
|
||||
switch ($GLOBALS['db_type']) {
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
function locale_install() {
|
||||
switch ($GLOBALS['db_type']) {
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
function poll_install() {
|
||||
switch ($GLOBALS['db_type']) {
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
function profile_install() {
|
||||
switch ($GLOBALS['db_type']) {
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
function search_install() {
|
||||
switch ($GLOBALS['db_type']) {
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
function statistics_install() {
|
||||
switch ($GLOBALS['db_type']) {
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
function system_install() {
|
||||
switch ($GLOBALS['db_type']) {
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* Return an array of the modules to be enabled when this profile is installed.
|
||||
|
|
Loading…
Reference in New Issue