From c9c46e2f2f6f38d3ce25624715cf9216dbe83b87 Mon Sep 17 00:00:00 2001 From: Gerhard Killesreiter Date: Thu, 9 Mar 2006 22:35:24 +0000 Subject: #53265, Missing array initializations, patch by drumm --- database/updates.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'database') diff --git a/database/updates.inc b/database/updates.inc index f9fcca292..c96972601 100644 --- a/database/updates.inc +++ b/database/updates.inc @@ -1671,11 +1671,13 @@ function system_update_175() { } function system_update_176() { + $ret = array(); $ret[] = update_sql('ALTER TABLE {filter_formats} ADD UNIQUE (name)'); return $ret; } function system_update_177() { + $ret = array(); $message_ids = array( 'welcome_subject', 'welcome_body', -- cgit v1.2.3