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"));