From dd906ae4933415026f66317ef19186057061a8f6 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sat, 20 Oct 2012 22:33:51 +0000 Subject: [PATCH] Fix a provisioning bug that prevented time_zone_offset value from being set. Applied to dev branch. --- app/provision/index.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/provision/index.php b/app/provision/index.php index 1d69b18a54..c8a6040de8 100644 --- a/app/provision/index.php +++ b/app/provision/index.php @@ -354,7 +354,6 @@ require_once "includes/require.php"; $file_contents = str_replace("{v_server1_address}", $server1_address, $file_contents); $file_contents = str_replace("{v_proxy1_address}", $proxy1_address, $file_contents); $file_contents = str_replace("{v_password}", $password, $file_contents); - $file_contents = str_replace("{v_time_zone_offset}", $password, $file_contents); //cleanup any remaining variables for ($i = 1; $i <= 100; $i++) {