<?
func tion My_Agent_F unction()
{
session_start();
$sess2=bitrix_sessid_get();
parse_str($sess2);
$_REQUEST["sessid"]=$sessid?>
<?$APPLICATION->IncludeComponent(
"wizard:bizproc.wizards.start",
"",
Array(
"IBLOCK_TYPE"=>"bizproc_iblockx",
"BLOCK_ID"=>intvaL("34"),
),
false
);
return "My_Agent_F unction();";
}
?>
|