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
311
Merge Requests
311
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
c30376a5
Commit
c30376a5
authored
Nov 23, 2008
by
webchick
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#337820
follow-up: Reverting conflict cruft that somehow got introduced the last commit.
parent
d5731401
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
13 deletions
+0
-13
modules/system/system.install
modules/system/system.install
+0
-13
No files found.
modules/system/system.install
View file @
c30376a5
...
...
@@ -3090,18 +3090,6 @@ function system_update_7012() {
}
/**
<<<<<<< system.install
* Change the user logout path.
*/
function
system_update_7014
()
{
$ret
=
array
();
$ret
[]
=
update_sql
(
"UPDATE
{
menu_links
}
SET link_path = 'user/login' WHERE link_path = 'login'"
);
$ret
[]
=
update_sql
(
"UPDATE
{
menu_links
}
SET router_path = 'user/login' WHERE router_path = 'login'"
);
return
$ret
;
}
/**
=======
* Convert default time zone offset to default time zone name.
*/
function
system_update_7013
()
{
...
...
@@ -3143,7 +3131,6 @@ function system_update_7013() {
}
/**
>>>>>>> 1.282
* @} End of "defgroup updates-6.x-to-7.x"
* The next series of updates should start at 8000.
*/
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