public/main/inc/ajax/course.ajax.php
Variable "course_id" is not in valid camel caps format Open
Open
CourseManager::add_course_vote($user_id, $star, $course_id, 0);
- Exclude checks
Variable "sql_query" is not in valid camel caps format Open
Open
$result = Database::query($sql_query);
- Exclude checks
Variable "user_id" is not in valid camel caps format Open
Open
CourseManager::add_course_vote($user_id, $star, $course_id, 0);
- Exclude checks
Variable "point_info" is not in valid camel caps format Open
Open
$point_info,
- Exclude checks
Variable "user_id" is not in valid camel caps format Open
Open
$user_id = api_get_user_id();
- Exclude checks
Variable "course_id" is not in valid camel caps format Open
Open
$point_info = CourseManager::get_course_ranking($course_id, 0);
- Exclude checks
Variable "ajax_url" is not in valid camel caps format Open
Open
$ajax_url = api_get_path(WEB_AJAX_PATH).'course.ajax.php?a=add_course_vote';
- Exclude checks
Variable "course_id" is not in valid camel caps format Open
Open
'star_'.$course_id,
- Exclude checks
Variable "course_id" is not in valid camel caps format Open
Open
$ajax_url.'&course_id='.$course_id,
- Exclude checks
Variable "course_id" is not in valid camel caps format Open
Open
$course_id = (int) $_REQUEST['course_id'];
- Exclude checks
Variable "ajax_url" is not in valid camel caps format Open
Open
$ajax_url.'&course_id='.$course_id,
- Exclude checks
Variable "point_info" is not in valid camel caps format Open
Open
$point_info = CourseManager::get_course_ranking($course_id, 0);
- Exclude checks
Variable "sql_query" is not in valid camel caps format Open
Open
$sql_query = sprintf(
- Exclude checks