From a9699f24bbcadddc6fe9bcd066e3182b6bab154d Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Wed, 12 Aug 2009 18:18:50 +0000 Subject: [PATCH] - Patch #547290 by Xano: removed unused variable. --- modules/system/system.install | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/system/system.install b/modules/system/system.install index 77c566bed852..b906e83ea5c3 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -473,8 +473,6 @@ function system_install() { // Set the default input format to Filtered HTML. variable_set('filter_default_format', $filtered_html_format); - variable_set('node_options_forum', array(0 => 'status')); - $cron_key = md5(mt_rand()); variable_set('cron_key', $cron_key); -- GitLab