diff options
Diffstat (limited to 'database/updates.inc')
-rw-r--r-- | database/updates.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/database/updates.inc b/database/updates.inc index e92ca2335..23fbf1ab0 100644 --- a/database/updates.inc +++ b/database/updates.inc @@ -1686,7 +1686,7 @@ function system_update_173() { return $ret; } -function system_update_173() { +function system_update_174() { // update comments system variables on upgrade. $mode = variable_get('comment_default_mode', 4); if ($mode > 0) { |