chamilo/chamilo-lms

View on GitHub
public/main/forum/iframe_thread.php

Summary

Maintainability
A
0 mins
Test Coverage

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

        FROM $table_posts posts

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

        INNER JOIN $table_users u

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

$table_posts = Database::get_course_table(TABLE_FORUM_POST);

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

$table_users = Database::get_main_table(TABLE_MAIN_USER);

There are no issues that match your filters.

Category
Status