From ef1693b836a8ce090d8ff094118e0847f0f3a4a1 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Tue, 30 Jun 2009 17:15:09 +0000 Subject: #495956 follow-up by axyjo: Remove needless serialize() from system.install. --- modules/system/system.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/system/system.install') diff --git a/modules/system/system.install b/modules/system/system.install index 71e452fc2..d34a16943 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -512,7 +512,7 @@ function system_install() { variable_set('node_options_forum', array(0 => 'status')); - $cron_key = serialize(md5(mt_rand())); + $cron_key = md5(mt_rand()); variable_set('cron_key', $cron_key); } -- cgit v1.2.3