summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-08-12 18:18:50 +0000
committerDries Buytaert <dries@buytaert.net>2009-08-12 18:18:50 +0000
commita9699f24bbcadddc6fe9bcd066e3182b6bab154d (patch)
treebb7b2ca1cfe7c0e659f27098386e5ae45a7c217f /modules
parentff29c31ce5cba9f2775bf17d61823423c588d4fa (diff)
downloadbrdo-a9699f24bbcadddc6fe9bcd066e3182b6bab154d.tar.gz
brdo-a9699f24bbcadddc6fe9bcd066e3182b6bab154d.tar.bz2
- Patch #547290 by Xano: removed unused variable.
Diffstat (limited to 'modules')
-rw-r--r--modules/system/system.install2
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);