public/main/session/session_course_edit.php
Variable "arr_infos" is not in valid camel caps format Open
Open
$arr_infos[] = $infos['user_id'];
- Exclude checks
Variable "course_title" is not in valid camel caps format Open
Open
if (!list($session_name, $course_title) = Database::fetch_row($result)) {
- Exclude checks
Variable "session_name" is not in valid camel caps format Open
Open
"name" => api_htmlentities($session_name),
- Exclude checks
Variable "id_coaches" is not in valid camel caps format Open
Open
if (is_array($id_coaches) && count($id_coaches) > 0) {
- Exclude checks
Variable "coaches_course_session" is not in valid camel caps format Open
Open
$coaches_course_session = [];
- Exclude checks
Variable "id_coach" is not in valid camel caps format Open
Open
$id_coach = (int) $id_coach;
- Exclude checks
Variable "tbl_access_rel_user" is not in valid camel caps format Open
Open
$tbl_access_rel_user = Database::get_main_table(TABLE_MAIN_ACCESS_URL_REL_USER);
- Exclude checks
Variable "array_intersect" is not in valid camel caps format Open
Open
$array_intersect = array_diff($coaches_course_session, $id_coaches);
- Exclude checks
Variable "row_coaches" is not in valid camel caps format Open
Open
while ($row_coaches = Database::fetch_row($rs_coaches)) {
- Exclude checks
Variable "arr_infos" is not in valid camel caps format Open
Open
if (in_array($enreg['user_id'], $arr_infos)) {
- Exclude checks
Variable "session_name" is not in valid camel caps format Open
Open
if (!list($session_name, $course_title) = Database::fetch_row($result)) {
- Exclude checks
Variable "row_coaches" is not in valid camel caps format Open
Open
$coaches_course_session[] = $row_coaches[0];
- Exclude checks
Variable "id_coaches" is not in valid camel caps format Open
Open
foreach ($id_coaches as $id_coach) {
- Exclude checks
Variable "array_intersect" is not in valid camel caps format Open
Open
foreach ($array_intersect as $no_coach_user_id) {
- Exclude checks
Variable "course_info" is not in valid camel caps format Open
Open
$course_info = api_get_course_info($_REQUEST['course_code']);
- Exclude checks
Variable "id_coach" is not in valid camel caps format Open
Open
$id_coach = (int) $id_coach;
- Exclude checks
Variable "rs_coaches" is not in valid camel caps format Open
Open
$rs_coaches = Database::query($sql);
- Exclude checks
Variable "id_coaches" is not in valid camel caps format Open
Open
$id_coaches = isset($_POST['id_coach']) ? $_POST['id_coach'] : [0];
- Exclude checks
Variable "id_coach" is not in valid camel caps format Open
Open
foreach ($id_coaches as $id_coach) {
- Exclude checks
Variable "access_url_id" is not in valid camel caps format Open
Open
access_url_id = $access_url_id ".
- Exclude checks
Variable "tool_name" is not in valid camel caps format Open
Open
$tool_name = $course_info['title'];
- Exclude checks
Variable "id_coach" is not in valid camel caps format Open
Open
$id_coach,
- Exclude checks
Variable "order_clause" is not in valid camel caps format Open
Open
$order_clause;
- Exclude checks
Variable "tool_name" is not in valid camel caps format Open
Open
Display::page_subheader2($tool_name);
- Exclude checks
Variable "arr_infos" is not in valid camel caps format Open
Open
$arr_infos = [];
- Exclude checks
Variable "coaches_course_session" is not in valid camel caps format Open
Open
$coaches_course_session[] = $row_coaches[0];
- Exclude checks
Variable "no_coach_user_id" is not in valid camel caps format Open
Open
foreach ($array_intersect as $no_coach_user_id) {
- Exclude checks
Variable "tbl_access_rel_user" is not in valid camel caps format Open
Open
LEFT JOIN $tbl_access_rel_user a
- Exclude checks
Variable "course_info" is not in valid camel caps format Open
Open
$tool_name = $course_info['title'];
- Exclude checks
Variable "id_coaches" is not in valid camel caps format Open
Open
$array_intersect = array_diff($coaches_course_session, $id_coaches);
- Exclude checks
Variable "order_clause" is not in valid camel caps format Open
Open
$order_clause = api_sort_by_first_name() ? ' ORDER BY firstname, lastname, username' : ' ORDER BY lastname, firstname, username';
- Exclude checks
Variable "access_url_id" is not in valid camel caps format Open
Open
$access_url_id = api_get_current_access_url_id();
- Exclude checks
Variable "order_clause" is not in valid camel caps format Open
Open
$order_clause;
- Exclude checks
Variable "tool_name" is not in valid camel caps format Open
Open
Display::display_header($tool_name);
- Exclude checks
Variable "course_info" is not in valid camel caps format Open
Open
if (empty($course_info)) {
- Exclude checks
Variable "rs_coaches" is not in valid camel caps format Open
Open
while ($row_coaches = Database::fetch_row($rs_coaches)) {
- Exclude checks
Variable "id_coaches" is not in valid camel caps format Open
Open
if (is_array($id_coaches) && count($id_coaches) > 0) {
- Exclude checks
Variable "no_coach_user_id" is not in valid camel caps format Open
Open
$no_coach_user_id,
- Exclude checks
Variable "course_info" is not in valid camel caps format Open
Open
$courseId = $course_info['real_id'];
- Exclude checks
Variable "rs_coaches" is not in valid camel caps format Open
Open
if (Database::num_rows($rs_coaches) > 0) {
- Exclude checks
Variable "coaches_course_session" is not in valid camel caps format Open
Open
$array_intersect = array_diff($coaches_course_session, $id_coaches);
- Exclude checks
Variable "tool_name" is not in valid camel caps format Open
Open
$tool_name = get_lang('Edit session course');
- Exclude checks