Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Commits
65fb8dfc
Commit
65fb8dfc
authored
Oct 15, 2012
by
Jennifer Hodgdon
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#1809952
by drupalmonkey: Remove duplicate defgroups for update functions
parent
c543f1c7
No related branches found
No related tags found
2 merge requests
!7452
Issue #1797438. HTML5 validation is preventing form submit and not fully...
,
!789
Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
core/modules/dblog/dblog.install
+2
-3
2 additions, 3 deletions
core/modules/dblog/dblog.install
core/modules/syslog/syslog.install
+2
-3
2 additions, 3 deletions
core/modules/syslog/syslog.install
core/modules/tracker/tracker.install
+2
-3
2 additions, 3 deletions
core/modules/tracker/tracker.install
with
6 additions
and
9 deletions
core/modules/dblog/dblog.install
+
2
−
3
View file @
65fb8dfc
...
...
@@ -93,9 +93,8 @@ function dblog_schema() {
}
/**
* @
def
group updates-7.x-to-8.x
Updates from 7.x to 8.x
* @
addto
group updates-7.x-to-8.x
* @{
* Update functions from 7.x to 8.x.
*/
/**
...
...
@@ -127,6 +126,6 @@ function dblog_update_8001() {
}
/**
* @} End of "
def
group updates-7.x-to-8.x"
* @} End of "
addto
group updates-7.x-to-8.x"
.
* The next series of updates should start at 9000.
*/
This diff is collapsed.
Click to expand it.
core/modules/syslog/syslog.install
+
2
−
3
View file @
65fb8dfc
...
...
@@ -15,9 +15,8 @@ function syslog_install() {
}
/**
* @
def
group updates-7.x-to-8.x
Updates from 7.x to 8.x
* @
addto
group updates-7.x-to-8.x
* @{
* Update functions from 7.x to 8.x.
*/
/**
...
...
@@ -32,6 +31,6 @@ function syslog_update_8000() {
}
/**
* @} End of "
def
group updates-7.x-to-8.x"
* @} End of "
addto
group updates-7.x-to-8.x"
.
* The next series of updates should start at 9000.
*/
This diff is collapsed.
Click to expand it.
core/modules/tracker/tracker.install
+
2
−
3
View file @
65fb8dfc
...
...
@@ -118,9 +118,8 @@ function tracker_schema() {
}
/**
* @
def
group updates-7.x-to-8.x
Updates from 7.x to 8.x
* @
addto
group updates-7.x-to-8.x
* @{
* Update functions from 7.x to 8.x.
*/
/**
...
...
@@ -153,6 +152,6 @@ function tracker_update_8001() {
}
/**
* @} End of "
def
group updates-7.x-to-8.x".
* @} End of "
addto
group updates-7.x-to-8.x".
* The next series of updates should start at 9000.
*/
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment