From 0685854bbfa95a0553124e51fb9378978f4b51f5 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 26 Feb 2006 19:35:29 +0000 Subject: - Patch #48161 by chx: fixed duplicate function declaration. --- database/updates.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit v1.2.3