From 37b14043f1b39e70cc351ae81b9ffa0a417a3564 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 2 Dec 2005 21:31:58 +0000 Subject: - Patch #39722 by jvandyk: fixed warning in updates.inc. --- database/updates.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/database/updates.inc b/database/updates.inc index 9b10baa46..e1523b949 100644 --- a/database/updates.inc +++ b/database/updates.inc @@ -350,6 +350,7 @@ function update_117() { function update_118() { $ret = array(); + $node_types = array(); $result = db_query('SELECT vid, nodes FROM {vocabulary}'); while ($vocabulary = db_fetch_object($result)) { $node_types[$vocabulary->vid] = explode(',', $vocabulary->nodes); -- cgit v1.2.3