IncludeModuleLangFile(__FILE__); $strError = ""; ClearVars("str_student_"); if (CModule::IncludeModule("learning")): $ID = intval($ID); $db_res = CStudent::GetList(array(), array("USER_ID" => $ID)); if (!$db_res->ExtractFields("str_student_", true)) { if (!isset($str_student_PUBLIC_PROFILE) || ($str_student_PUBLIC_PROFILE!="Y" && $str_student_PUBLIC_PROFILE!="N")) $str_student_PUBLIC_PROFILE = "N"; } if ($strError <> '') { $DB->InitTableVarsForEdit("b_learn_student", "student_", "str_student_"); } ?>