Skip to content

Instantly share code, notes, and snippets.

@zetrider
Created March 16, 2016 12:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zetrider/25c3217433d8e857347d to your computer and use it in GitHub Desktop.
Save zetrider/25c3217433d8e857347d to your computer and use it in GitHub Desktop.
AddEventHandler("pr.recrm", "OnBeforeGetSettings", "prOnBeforeGetSettings");
function prOnBeforeGetSettings($arData = array())
{
$arResult = $arData;
$arResult['PARAMS']['pr_recrm_key'] = 'demo'; // определяем новый ключ
return $arResult;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment