summaryrefslogtreecommitdiff
path: root/includes/install.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-11-21 19:56:52 +0000
committerDries Buytaert <dries@buytaert.net>2006-11-21 19:56:52 +0000
commit78494a47acc6c91c7593a8c57dee53d5e5902eb3 (patch)
tree19ac6386c026887cfa3256e8044a9250340f028c /includes/install.inc
parentbd2527a4edc8815459e2bc0783341d6849c60601 (diff)
downloadbrdo-78494a47acc6c91c7593a8c57dee53d5e5902eb3.tar.gz
brdo-78494a47acc6c91c7593a8c57dee53d5e5902eb3.tar.bz2
- Patch #98261 by lyricnz: fixed warning.
Diffstat (limited to 'includes/install.inc')
-rw-r--r--includes/install.inc1
1 files changed, 1 insertions, 0 deletions
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) {