From 78494a47acc6c91c7593a8c57dee53d5e5902eb3 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 21 Nov 2006 19:56:52 +0000 Subject: - Patch #98261 by lyricnz: fixed warning. --- includes/install.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'includes') diff --git a/includes/install.inc b/includes/install.inc index 885a95ff6..063f169ad 100644 --- a/includes/install.inc +++ b/includes/install.inc @@ -37,6 +37,7 @@ function drupal_load_updates() { * FALSE. */ function drupal_get_schema_versions($module) { + $updates = array(); $functions = get_defined_functions(); foreach ($functions['user'] as $function) { if (strpos($function, $module .'_update_') === 0) { -- cgit v1.2.3