From e8f55aa087f7cfb2e97378347280e8507d9650d6 Mon Sep 17 00:00:00 2001 From: Grisha Pomadchin Date: Fri, 13 Sep 2013 14:16:58 +0400 Subject: [PATCH] removed repl lines --- intaro.intarocrm/install/index.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/intaro.intarocrm/install/index.php b/intaro.intarocrm/install/index.php index 2979d7b9..c5bf34b3 100755 --- a/intaro.intarocrm/install/index.php +++ b/intaro.intarocrm/install/index.php @@ -61,13 +61,6 @@ class intaro_intarocrm extends CModule { return false; } - if (!date_default_timezone_get()) { - if (!ini_get('date.timezone')) { - $APPLICATION->ThrowException(GetMessage("DATE_TIMEZONE_ERR")); - return false; - } - } - if (!date_default_timezone_get()) { if (!ini_get('date.timezone')) { $APPLICATION->ThrowException(GetMessage("DATE_TIMEZONE_ERR"));