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
88e4b145
Commit
88e4b145
authored
Jan 27, 2005
by
Dries Buytaert
Browse files
- Patch by andre: fixed typo: type -> types.
parent
e941b206
Changes
1
Hide whitespace changes
Inline
Side-by-side
database/updates.inc
View file @
88e4b145
...
...
@@ -2173,7 +2173,7 @@ function update_121() {
function
update_122
()
{
$ret
=
array
();
$ret
[]
=
update_sql
(
"ALTER TABLE
{
blocks
}
ADD type text"
);
$ret
[]
=
update_sql
(
"ALTER TABLE
{
blocks
}
ADD type
s
text"
);
return
$ret
;
}
...
...
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