chamilo/chamilo-lms

View on GitHub
public/main/auth/unsubscribe_account.php

Summary

Maintainability
A
0 mins
Test Coverage

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

$tool_name = get_lang('Unsubscribe');

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

                $user_info['username']

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

        online_logout($user_info['user_id'], false);

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

$tpl = new Template($tool_name);

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

    $result = UserManager::delete_user($user_info['user_id']);

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

    $user_info = api_get_user_info();

There are no issues that match your filters.

Category
Status