summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/system/system.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.install b/modules/system/system.install
index d0f42be23..0a47882b2 100644
--- a/modules/system/system.install
+++ b/modules/system/system.install
@@ -3771,7 +3771,7 @@ function system_update_6032() {
function system_update_6033() {
$ret = array();
if (db_table_exists('node_comment_statistics')) {
- db_change_field($ret, 'node_comment_statistics', 'nid', 'nid', array('type' => 'int', 'unsigned' => TRUE, 'not null' => TRUE, 'default' => 0)
+ db_change_field($ret, 'node_comment_statistics', 'nid', 'nid', array('type' => 'int', 'unsigned' => TRUE, 'not null' => TRUE, 'default' => 0));
}
return $ret;
}