Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
1f39ad14
Commit
1f39ad14
authored
Mar 04, 2006
by
Dries Buytaert
Browse files
- Patch
#52303
by fago: fixed warning in upgrade path.
parent
350b8b34
Changes
1
Hide whitespace changes
Inline
Side-by-side
database/updates.inc
View file @
1f39ad14
...
...
@@ -1667,4 +1667,5 @@ function system_update_175() {
$path
->
dst
=
urldecode
(
$path
->
dst
);
db_query
(
"UPDATE
{
url_alias
}
SET dst = '%s', src = '%s' WHERE pid = %d"
,
$path
->
dst
,
$path
->
src
,
$path
->
pid
);
}
return
array
();
}
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment