From 5566f740acd58e14f2ad39cabfdf0cf2899ce59d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Wed, 26 Sep 2007 20:01:17 +0000 Subject: #178890 by Freso: fix parse error introduced in #124979 --- modules/system/system.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') 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; } -- cgit v1.2.3