|
1 2 3 |
$res = CIBlockElement::GetByID($PROPS["main_doctor"]); $ar_res = $res->GetNext(); //echo $ar_res["NAME"]; |
|
1 2 3 |
$res = CIBlockElement::GetByID($PROPS["main_doctor"]); $ar_res = $res->GetNext(); //echo $ar_res["NAME"]; |