diff options
Diffstat (limited to 'modules/comment/comment.install')
-rw-r--r-- | modules/comment/comment.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/comment.install b/modules/comment/comment.install index 44087ea43..9a571c159 100644 --- a/modules/comment/comment.install +++ b/modules/comment/comment.install @@ -73,7 +73,7 @@ function comment_update_7001() { foreach ($changes as $old => $new) { db_update('comments') - ->fields(array('status', $new)) + ->fields(array('status' => $new)) ->condition('status', $old) ->execute(); } |