public/main/my_space/user_edit.php
Variable "select_level" is not in valid camel caps format Open
Open
$select_level = [];
- Exclude checks
Variable "html_results_enabled" is not in valid camel caps format Open
Open
$form->addGroup($html_results_enabled);
- Exclude checks
Variable "auth_source" is not in valid camel caps format Open
Open
$auth_source = PLATFORM_AUTH_SOURCE;
- Exclude checks
Variable "send_mail" is not in valid camel caps format Open
Open
$send_mail = intval($user['mail']['send_mail']);
- Exclude checks
Variable "portal_url" is not in valid camel caps format Open
Open
$portal_url = api_get_path(WEB_PATH);
- Exclude checks
Variable "tool_name" is not in valid camel caps format Open
Open
$tool_name = get_lang('Edit user information');
- Exclude checks
Variable "tool_name" is not in valid camel caps format Open
Open
Display::display_header($tool_name);
- Exclude checks
Variable "auth_source" is not in valid camel caps format Open
Open
$auth_source = $userInfo['auth_source'];
- Exclude checks
Variable "access_url_id" is not in valid camel caps format Open
Open
$url = api_get_access_url($access_url_id);
- Exclude checks
Variable "auth_sources" is not in valid camel caps format Open
Open
$auth_sources = 0; //make available wider as we need it in case of form reset (see below)
- Exclude checks
Variable "html_results_enabled" is not in valid camel caps format Open
Open
$html_results_enabled[] = $form->addButtonUpdate(get_lang('Update'), 'submit', true);
- Exclude checks
Variable "auth_source" is not in valid camel caps format Open
Open
$auth_source,
- Exclude checks
Variable "send_mail" is not in valid camel caps format Open
Open
if (!empty($email) && $send_mail) {
- Exclude checks
Variable "access_url_id" is not in valid camel caps format Open
Open
if (-1 != $access_url_id) {
- Exclude checks
Variable "portal_url" is not in valid camel caps format Open
Open
$portal_url = $url['url'];
- Exclude checks
Variable "portal_url" is not in valid camel caps format Open
Open
get_lang('is')." : ".$portal_url."\n\n".
- 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