diff --git a/database/updates.inc b/database/updates.inc index e92ca233547f..23fbf1ab0cff 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) {