diff options
Diffstat (limited to 'modules/forum/forum.install')
-rw-r--r-- | modules/forum/forum.install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/forum/forum.install b/modules/forum/forum.install index a68f18942..76b66a267 100644 --- a/modules/forum/forum.install +++ b/modules/forum/forum.install @@ -7,8 +7,8 @@ function forum_install() { // Create tables. drupal_install_schema('forum'); - // Set the weight of the forum.module to 1 so it is loaded after the taxonomy.module. - db_query("UPDATE {system} SET weight = 1 WHERE name = 'forum'"); + // Set the weight of the forum.module to 1 so it is loaded after the taxonomy.module. + db_query("UPDATE {system} SET weight = 1 WHERE name = 'forum'"); } function forum_enable() { |