Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
D
drupal
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
304
Merge Requests
304
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
project
drupal
Commits
7d9f57ff
Commit
7d9f57ff
authored
Jul 14, 2006
by
drumm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#73591
by Flanker, add missing CVS Ids.
parent
abba0a4c
Changes
14
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
14 additions
and
0 deletions
+14
-0
includes/install.mysql.inc
includes/install.mysql.inc
+1
-0
includes/install.mysqli.inc
includes/install.mysqli.inc
+1
-0
modules/aggregator/aggregator.install
modules/aggregator/aggregator.install
+1
-0
modules/book/book.install
modules/book/book.install
+1
-0
modules/contact/contact.install
modules/contact/contact.install
+1
-0
modules/drupal/drupal.install
modules/drupal/drupal.install
+1
-0
modules/forum/forum.install
modules/forum/forum.install
+1
-0
modules/locale/locale.install
modules/locale/locale.install
+1
-0
modules/poll/poll.install
modules/poll/poll.install
+1
-0
modules/profile/profile.install
modules/profile/profile.install
+1
-0
modules/search/search.install
modules/search/search.install
+1
-0
modules/statistics/statistics.install
modules/statistics/statistics.install
+1
-0
modules/system/system.install
modules/system/system.install
+1
-0
profiles/default.profile
profiles/default.profile
+1
-0
No files found.
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