public/main/session/session_user_import.php
Variable "user_data" is not in valid camel caps format Open
Open
$username = $user_data['username'];
- Exclude checks
Variable "user_list" is not in valid camel caps format Open
Open
if (!empty($user_list)) {
- Exclude checks
Variable "user_id" is not in valid camel caps format Open
Open
$user_list[] = $user_id;
- Exclude checks
Variable "session_id" is not in valid camel caps format Open
Open
$session = api_get_session_entity($session_id);
- Exclude checks
Variable "user_list" is not in valid camel caps format Open
Open
$user_list = [];
- Exclude checks
Variable "user_id" is not in valid camel caps format Open
Open
if ($user_id) {
- Exclude checks
Variable "user_info" is not in valid camel caps format Open
Open
$user_info = api_get_user_info($user_id);
- Exclude checks
Variable "session_id" is not in valid camel caps format Open
Open
api_get_self().'?id_session='.$session_id,
- Exclude checks
Variable "form_sent" is not in valid camel caps format Open
Open
$form_sent = 0;
- Exclude checks
Variable "tool_name" is not in valid camel caps format Open
Open
$tool_name = get_lang('Import users');
- Exclude checks
Variable "session_id" is not in valid camel caps format Open
Open
$session_id,
- Exclude checks
Variable "user_info" is not in valid camel caps format Open
Open
$user_id = $user_info['complete_name'];
- Exclude checks
Variable "error_message" is not in valid camel caps format Open
Open
if (!empty($error_message)) {
- Exclude checks
Variable "user_id" is not in valid camel caps format Open
Open
$user_info = api_get_user_info($user_id);
- Exclude checks
Variable "form_sent" is not in valid camel caps format Open
Open
$form_sent = $_POST['formSent'];
- Exclude checks
Variable "user_id" is not in valid camel caps format Open
Open
$user_id = UserManager::get_user_id_from_username($username);
- Exclude checks
Variable "user_list" is not in valid camel caps format Open
Open
foreach ($user_list as &$user_id) {
- Exclude checks
Variable "error_message" is not in valid camel caps format Open
Open
$error_message = get_lang('No file was sent');
- Exclude checks
Variable "session_id" is not in valid camel caps format Open
Open
echo '<a href="resume_session.php?id_session='.$session_id.'">'.
- Exclude checks
Variable "error_message" is not in valid camel caps format Open
Open
echo Display::return_message($error_message, 'normal', false);
- Exclude checks
Variable "user_list" is not in valid camel caps format Open
Open
$user_list[] = $user_id;
- Exclude checks
Variable "user_id" is not in valid camel caps format Open
Open
foreach ($user_list as &$user_id) {
- Exclude checks
Variable "session_id" is not in valid camel caps format Open
Open
$session_id = isset($_GET['id_session']) ? intval($_GET['id_session']) : null;
- Exclude checks
Variable "user_id" is not in valid camel caps format Open
Open
$user_id = $user_info['complete_name'];
- Exclude checks
Variable "user_list" is not in valid camel caps format Open
Open
$error_message = get_lang('Users added').' : '.implode(', ', $user_list);
- Exclude checks
Variable "error_message" is not in valid camel caps format Open
Open
$error_message = get_lang('Users added').' : '.implode(', ', $user_list);
- Exclude checks
Variable "this_section" is not in valid camel caps format Open
Open
$this_section = SECTION_PLATFORM_ADMIN;
- Exclude checks
Variable "session_id" is not in valid camel caps format Open
Open
'url' => "resume_session.php?id_session=".$session_id,
- Exclude checks
Variable "user_data" is not in valid camel caps format Open
Open
foreach ($users as $user_data) {
- Exclude checks
Variable "user_list" is not in valid camel caps format Open
Open
$user_list,
- Exclude checks
Variable "tool_name" is not in valid camel caps format Open
Open
Display::display_header($tool_name);
- Exclude checks