Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
7d9f57ff
Commit
7d9f57ff
authored
Jul 14, 2006
by
drumm
Browse files
#73591
by Flanker, add missing CVS Ids.
parent
abba0a4c
Changes
14
Hide whitespace changes
Inline
Side-by-side
includes/install.mysql.inc
View file @
7d9f57ff
<?php
// $Id$
// MySQL specific install functions
...
...
includes/install.mysqli.inc
View file @
7d9f57ff
<?php
// $Id$
// MySQLi specific install functions
...
...
modules/aggregator/aggregator.install
View file @
7d9f57ff
<?php
// $Id$
function
aggregator_install
()
{
switch
(
$GLOBALS
[
'db_type'
])
{
...
...
modules/book/book.install
View file @
7d9f57ff
<?php
// $Id$
function
book_install
()
{
switch
(
$GLOBALS
[
'db_type'
])
{
...
...
modules/contact/contact.install
View file @
7d9f57ff
<?php
// $Id$
function
contact_install
()
{
switch
(
$GLOBALS
[
'db_type'
])
{
...
...
modules/drupal/drupal.install
View file @
7d9f57ff
<?php
// $Id$
function
drupal_install
()
{
switch
(
$GLOBALS
[
'db_type'
])
{
...
...
modules/forum/forum.install
View file @
7d9f57ff
<?php
// $Id$
function
forum_install
()
{
switch
(
$GLOBALS
[
'db_type'
])
{
...
...
modules/locale/locale.install
View file @
7d9f57ff
<?php
// $Id$
function
locale_install
()
{
switch
(
$GLOBALS
[
'db_type'
])
{
...
...
modules/poll/poll.install
View file @
7d9f57ff
<?php
// $Id$
function
poll_install
()
{
switch
(
$GLOBALS
[
'db_type'
])
{
...
...
modules/profile/profile.install
View file @
7d9f57ff
<?php
// $Id$
function
profile_install
()
{
switch
(
$GLOBALS
[
'db_type'
])
{
...
...
modules/search/search.install
View file @
7d9f57ff
<?php
// $Id$
function
search_install
()
{
switch
(
$GLOBALS
[
'db_type'
])
{
...
...
modules/statistics/statistics.install
View file @
7d9f57ff
<?php
// $Id$
function
statistics_install
()
{
switch
(
$GLOBALS
[
'db_type'
])
{
...
...
modules/system/system.install
View file @
7d9f57ff
<?php
// $Id$
function
system_install
()
{
switch
(
$GLOBALS
[
'db_type'
])
{
...
...
profiles/default.profile
View file @
7d9f57ff
<?php
// $Id$
/**
* Return an array of the modules to be enabled when this profile is installed.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment