1
0
mirror of synced 2024-11-22 13:26:10 +03:00

removed repl lines

This commit is contained in:
Grisha Pomadchin 2013-09-13 14:16:58 +04:00
parent 084147eb2b
commit e8f55aa087

View File

@ -68,13 +68,6 @@ class intaro_intarocrm extends CModule {
}
}
if (!date_default_timezone_get()) {
if (!ini_get('date.timezone')) {
$APPLICATION->ThrowException(GetMessage("DATE_TIMEZONE_ERR"));
return false;
}
}
include($this->INSTALL_PATH . '/../classes/general/RestApi.php');
include($this->INSTALL_PATH . '/../classes/general/ICrmOrderActions.php');
include($this->INSTALL_PATH . '/../classes/general/ICMLLoader.php');