diff --git a/database/updates.inc b/database/updates.inc index 21064d78283fb41da3290d753872cc0760e3c94d..6576f9ca8251ecc695b59f2003ce0b42a67df411 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) {