diff options
Diffstat (limited to 'modules/system')
-rw-r--r-- | modules/system/system.install | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/system/system.install b/modules/system/system.install index 77c566bed..b906e83ea 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); |