chamilo/chamilo-lms

View on GitHub
public/main/my_space/user_edit.php

Summary

Maintainability
A
0 mins
Test Coverage

Variable "select_level" is not in valid camel caps format
Open

$select_level = [];

Variable "html_results_enabled" is not in valid camel caps format
Open

$form->addGroup($html_results_enabled);

Variable "auth_source" is not in valid camel caps format
Open

        $auth_source = PLATFORM_AUTH_SOURCE;

Variable "send_mail" is not in valid camel caps format
Open

        $send_mail = intval($user['mail']['send_mail']);

Variable "portal_url" is not in valid camel caps format
Open

            $portal_url = api_get_path(WEB_PATH);

Variable "tool_name" is not in valid camel caps format
Open

$tool_name = get_lang('Edit user information');

Variable "tool_name" is not in valid camel caps format
Open

Display::display_header($tool_name);

Variable "auth_source" is not in valid camel caps format
Open

        $auth_source = $userInfo['auth_source'];

Variable "access_url_id" is not in valid camel caps format
Open

                    $url = api_get_access_url($access_url_id);

Variable "auth_sources" is not in valid camel caps format
Open

$auth_sources = 0; //make available wider as we need it in case of form reset (see below)

Variable "html_results_enabled" is not in valid camel caps format
Open

$html_results_enabled[] = $form->addButtonUpdate(get_lang('Update'), 'submit', true);

Variable "auth_source" is not in valid camel caps format
Open

            $auth_source,

Variable "send_mail" is not in valid camel caps format
Open

        if (!empty($email) && $send_mail) {

Variable "access_url_id" is not in valid camel caps format
Open

                if (-1 != $access_url_id) {

Variable "portal_url" is not in valid camel caps format
Open

                    $portal_url = $url['url'];

Variable "portal_url" is not in valid camel caps format
Open

                get_lang('is')." : ".$portal_url."\n\n".

Variable "access_url_id" is not in valid camel caps format
Open

                $access_url_id = api_get_current_access_url_id();

There are no issues that match your filters.

Category
Status