Skip to content
Snippets Groups Projects
Commit 7d9f57ff authored by Neil Drumm's avatar Neil Drumm :wave:
Browse files

#73591 by Flanker, add missing CVS Ids.

parent abba0a4c
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
<?php <?php
// $Id$
// MySQL specific install functions // MySQL specific install functions
......
<?php <?php
// $Id$
// MySQLi specific install functions // MySQLi specific install functions
......
<?php <?php
// $Id$
function aggregator_install() { function aggregator_install() {
switch ($GLOBALS['db_type']) { switch ($GLOBALS['db_type']) {
......
<?php <?php
// $Id$
function book_install() { function book_install() {
switch ($GLOBALS['db_type']) { switch ($GLOBALS['db_type']) {
......
<?php <?php
// $Id$
function contact_install() { function contact_install() {
switch ($GLOBALS['db_type']) { switch ($GLOBALS['db_type']) {
......
<?php <?php
// $Id$
function drupal_install() { function drupal_install() {
switch ($GLOBALS['db_type']) { switch ($GLOBALS['db_type']) {
......
<?php <?php
// $Id$
function forum_install() { function forum_install() {
switch ($GLOBALS['db_type']) { switch ($GLOBALS['db_type']) {
......
<?php <?php
// $Id$
function locale_install() { function locale_install() {
switch ($GLOBALS['db_type']) { switch ($GLOBALS['db_type']) {
......
<?php <?php
// $Id$
function poll_install() { function poll_install() {
switch ($GLOBALS['db_type']) { switch ($GLOBALS['db_type']) {
......
<?php <?php
// $Id$
function profile_install() { function profile_install() {
switch ($GLOBALS['db_type']) { switch ($GLOBALS['db_type']) {
......
<?php <?php
// $Id$
function search_install() { function search_install() {
switch ($GLOBALS['db_type']) { switch ($GLOBALS['db_type']) {
......
<?php <?php
// $Id$
function statistics_install() { function statistics_install() {
switch ($GLOBALS['db_type']) { switch ($GLOBALS['db_type']) {
......
<?php <?php
// $Id$
function system_install() { function system_install() {
switch ($GLOBALS['db_type']) { switch ($GLOBALS['db_type']) {
......
<?php <?php
// $Id$
/** /**
* Return an array of the modules to be enabled when this profile is installed. * Return an array of the modules to be enabled when this profile is installed.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment