Файловый менеджер - Редактировать - /var/www/axolotl/data/www/axolotls.ru/www/bitrix/modules/crm/classes/general/crm_currency_helper.php
Назад
<?php if (!CModule::IncludeModule('currency')) { return false; } class CCrmCurrencyHelper { public static function PrepareListItems() { if (!CModule::IncludeModule('currency')) { return array(); } $by='sort'; $order='asc'; $ary = array(); $dbCurrencies = CCurrency::GetList($by, $order); while ($arCurrency = $dbCurrencies->Fetch()) { $arCurrency['FULL_NAME'] = (string)$arCurrency['FULL_NAME']; $ary[$arCurrency['CURRENCY']] = ($arCurrency['FULL_NAME'] !== '' ? $arCurrency['FULL_NAME'] : $arCurrency['CURRENCY'] ); } return $ary; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.8 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка