Skip to content

Instantly share code, notes, and snippets.

@syntheticsh
syntheticsh / init.php
Created October 30, 2018 08:02
[1c-bitrix] Инфоблок по коду
<?php
if (!function_exists("GetIBlockIDByCode")) {
function GetIBlockIDByCode($ibCode, $ibType) {
global $stackCacheManager;
if (!CModule::IncludeModule("iblock")) {
return false;
}