summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2004-08-12 15:16:15 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2004-08-12 15:16:15 +0000
commitc1ca7c326f574d83085fb052ea1f2d6249d3832e (patch)
tree19253dd790d86bc925ef3bb09466c65298bec2f9
parent2b594adc542b8774709c8a79d96ffdf36fb65e81 (diff)
downloadbrdo-c1ca7c326f574d83085fb052ea1f2d6249d3832e.tar.gz
brdo-c1ca7c326f574d83085fb052ea1f2d6249d3832e.tar.bz2
*bangs head against wall*
-rw-r--r--database/updates.inc2
1 files changed, 1 insertions, 1 deletions
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) {