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
f58a4c72
Commit
f58a4c72
authored
Jan 28, 2010
by
Angie Byron
Browse files
#563106
follow-up by int: Fix error in poll_update_7002.
parent
f29dafba
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/poll/poll.install
View file @
f58a4c72
...
...
@@ -147,7 +147,7 @@ function poll_update_7001() {
}
/**
* Add timestamp field to {poll_vote
s
}.
* Add timestamp field to {poll_vote}.
*/
function
poll_update_7002
()
{
$field
=
array
(
...
...
@@ -155,5 +155,5 @@ function poll_update_7002() {
'not null'
=>
TRUE
,
'default'
=>
0
,
);
db_add_field
(
'poll_vote
s
'
,
'timestamp'
,
$field
);
db_add_field
(
'poll_vote'
,
'timestamp'
,
$field
);
}
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