public/main/ticket/assign_tickets.php
Variable "result_forum" is not in valid camel caps format Open
Open
while ($row = Database::fetch_assoc($result_forum)) {
- Exclude checks
Variable "course_info" is not in valid camel caps format Open
Open
$course_code = $course_info['code'];
- Exclude checks
Variable "sql_forum" is not in valid camel caps format Open
Open
$sql_forum = 'SELECT thread_id AS colid, title AS coltitle
- Exclude checks
Variable "course_code" is not in valid camel caps format Open
Open
course_code = '$course_code' AND
- Exclude checks
Variable "result_forum" is not in valid camel caps format Open
Open
$result_forum = Database::query($sql_forum);
- Exclude checks
Variable "result_tasks" is not in valid camel caps format Open
Open
$result_tasks = Database::query($sql_tasks);
- Exclude checks
Variable "course_info" is not in valid camel caps format Open
Open
$course_info = api_get_course_info();
- Exclude checks
Variable "sql_tasks" is not in valid camel caps format Open
Open
$result_tasks = Database::query($sql_tasks);
- Exclude checks
Variable "sql_forum" is not in valid camel caps format Open
Open
$result_forum = Database::query($sql_forum);
- Exclude checks
Variable "course_code" is not in valid camel caps format Open
Open
$course_code = $course_info['code'];
- Exclude checks
Variable "course_code" is not in valid camel caps format Open
Open
course_code = '$course_code' AND
- Exclude checks
Variable "work_id" is not in valid camel caps format Open
Open
echo '<option value="'.$row['colid'].'"'.($row['colid'] == $rs->work_id ? 'selected' : '').'>'.
- Exclude checks
Variable "sql_tasks" is not in valid camel caps format Open
Open
$sql_tasks = 'SELECT id AS colid, title as coltitle
- Exclude checks
Variable "forum_id" is not in valid camel caps format Open
Open
echo '<option value="'.$row['colid'].'"'.($row['colid'] == $rs->forum_id ? 'selected' : '').'>'.
- Exclude checks
Variable "result_tasks" is not in valid camel caps format Open
Open
while ($row = Database::fetch_assoc($result_tasks)) {
- Exclude checks
Variable "work_id" is not in valid camel caps format Open
Open
echo '<option value="0"'.($row['colid'] == $rs->work_id ? 'forum_id' : '').'>'.get_lang('Please select').'</option>';
- Exclude checks