summaryrefslogtreecommitdiff
path: root/database
diff options
context:
space:
mode:
authorGerhard Killesreiter <killes_www_drop_org@227.no-reply.drupal.org>2006-03-09 22:35:24 +0000
committerGerhard Killesreiter <killes_www_drop_org@227.no-reply.drupal.org>2006-03-09 22:35:24 +0000
commitc9c46e2f2f6f38d3ce25624715cf9216dbe83b87 (patch)
treeac4e50a5af50e7c162790e06695c02d4ff0a0394 /database
parent3fccc5b2eba61d4c097cd585dad036aefd98d64c (diff)
downloadbrdo-c9c46e2f2f6f38d3ce25624715cf9216dbe83b87.tar.gz
brdo-c9c46e2f2f6f38d3ce25624715cf9216dbe83b87.tar.bz2
#53265, Missing array initializations, patch by drumm
Diffstat (limited to 'database')
-rw-r--r--database/updates.inc2
1 files changed, 2 insertions, 0 deletions
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',