public/main/inc/ajax/session.ajax.php
Variable "list_sessions" is not in valid camel caps format Open
Open
if (!empty($list_sessions)) {
- Exclude checks
Multi-line function call not indented correctly; expected 24 spaces but found 28 Open
Open
$downloadUrl
- Exclude checks
Variable "list_sessions" is not in valid camel caps format Open
Open
unset($list_sessions);
- Exclude checks
Variable "session_item" is not in valid camel caps format Open
Open
foreach ($list_sessions as $session_item) {
- Exclude checks
Multi-line function call not indented correctly; expected 24 spaces but found 28 Open
Open
Display::getMdiIcon(ActionIcon::SAVE_FORM, 'ch-tool-icon', null, ICON_SIZE_SMALL, get_lang('Download')),
- Exclude checks
Variable "user_id" is not in valid camel caps format Open
Open
$user_id = (int) $_POST['user_id'];
- Exclude checks
Variable "list_sessions" is not in valid camel caps format Open
Open
foreach ($list_sessions as $session_item) {
- Exclude checks
Variable "list_sessions" is not in valid camel caps format Open
Open
$list_sessions = SessionManager::get_sessions_by_user($user_id, true);
- Exclude checks
Variable "http_www" is not in valid camel caps format Open
Open
$http_www = api_get_path(WEB_COURSE_PATH).$courseInfo['directory'].'/document';
- Exclude checks
Variable "user_id" is not in valid camel caps format Open
Open
$list_sessions = SessionManager::get_sessions_by_user($user_id, true);
- Exclude checks
Multi-line function call not indented correctly; expected 20 spaces but found 24 Open
Open
)
- Exclude checks
Variable "session_item" is not in valid camel caps format Open
Open
echo $session_item['session_name'].'<br />';
- Exclude checks
Multi-line function call not indented correctly; expected 24 spaces but found 28 Open
Open
Display::getMdiIcon(ActionIcon::SAVE_FORM, 'ch-tool-icon', null, ICON_SIZE_SMALL, get_lang('Download')),
- Exclude checks
Multi-line function call not indented correctly; expected 20 spaces but found 24 Open
Open
)
- Exclude checks
Multi-line function call not indented correctly; expected 24 spaces but found 28 Open
Open
$downloadUrl
- Exclude checks