From c1ca7c326f574d83085fb052ea1f2d6249d3832e Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Thu, 12 Aug 2004 15:16:15 +0000 Subject: *bangs head against wall* --- database/updates.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/updates.inc b/database/updates.inc index 21064d782..6576f9ca8 100644 --- a/database/updates.inc +++ b/database/updates.inc @@ -1547,7 +1547,7 @@ function update_101() { } function update_102() { - INSERT INTO {system} (filename, name, type, description, status, throttle, bootstrap) VALUES ('modules/legacy.module', 'legacy', 'module', '', 1, 0, 0); + return array(update_sql("INSERT INTO {system} (filename, name, type, description, status, throttle, bootstrap) VALUES ('modules/legacy.module', 'legacy', 'module', '', 1, 0, 0)")); } function update_sql($sql) { -- cgit v1.2.3