public/main/admin/access_url_add_usergroup_to_url.php
Variable "tool_name" is not in valid camel caps format Open
Open
$tool_name = get_lang('Add group to URL');
- Exclude checks
Variable "tool_name" is not in valid camel caps format Open
Open
Display::page_subheader2($tool_name);
- Exclude checks
Variable "url_list" is not in valid camel caps format Open
Open
<option value="<?php echo $url_obj['id']; ?>" <?php if (in_array($url_obj['id'], $url_list)) {
- Exclude checks
Variable "url_obj" is not in valid camel caps format Open
Open
<option value="<?php echo $url_obj['id']; ?>" <?php if (in_array($url_obj['id'], $url_list)) {
- Exclude checks
Variable "url_obj" is not in valid camel caps format Open
Open
<option value="<?php echo $url_obj['id']; ?>" <?php if (in_array($url_obj['id'], $url_list)) {
- Exclude checks
Variable "form_sent" is not in valid camel caps format Open
Open
if (1 == $form_sent) {
- Exclude checks
Variable "tool_name" is not in valid camel caps format Open
Open
Display::display_header($tool_name);
- Exclude checks
Variable "url_obj" is not in valid camel caps format Open
Open
} ?>><?php echo $url_obj['url']; ?>
- Exclude checks
Variable "db_urls" is not in valid camel caps format Open
Open
$db_urls = Database::store_result($result);
- Exclude checks
Closing brace indented incorrectly; expected 11 spaces, found 20 Open
Open
} ?>><?php echo $item['name']; ?>
- Exclude checks
Variable "url_obj" is not in valid camel caps format Open
Open
<?php foreach ($db_urls as $url_obj) {
- Exclude checks
Variable "tbl_access_url" is not in valid camel caps format Open
Open
$sql = "SELECT id, url FROM $tbl_access_url WHERE active = 1 ORDER BY url";
- Exclude checks
Variable "tbl_access_url" is not in valid camel caps format Open
Open
$tbl_access_url = Database::get_main_table(TABLE_MAIN_ACCESS_URL);
- Exclude checks
Variable "url_list" is not in valid camel caps format Open
Open
$url_list = [];
- Exclude checks
Closing brace indented incorrectly; expected 7 spaces, found 20 Open
Open
} ?>><?php echo $url_obj['url']; ?>
- Exclude checks
Closing brace indented incorrectly; expected 8 spaces, found 16 Open
Open
} ?>
- Exclude checks
Variable "this_section" is not in valid camel caps format Open
Open
$this_section = SECTION_PLATFORM_ADMIN;
- Exclude checks
Variable "form_sent" is not in valid camel caps format Open
Open
$form_sent = $_POST['form_sent'];
- Exclude checks
Closing brace indented incorrectly; expected 8 spaces, found 16 Open
Open
} ?>
- Exclude checks
Variable "db_urls" is not in valid camel caps format Open
Open
<?php foreach ($db_urls as $url_obj) {
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
<option value="<?php echo $item['id']; ?>" <?php if (in_array($item['id'], $courses)) {
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
<?php
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
<?php foreach ($dbUserGroups as $item) {
- Exclude checks
Line indented incorrectly; expected 0 spaces, found 16 Open
Open
} ?>
- Exclude checks
Closing brace indented incorrectly; expected 27 spaces, found 20 Open
Open
} ?>><?php echo $item['name']; ?>
- Exclude checks
Closing brace indented incorrectly; expected 8 spaces, found 16 Open
Open
} ?>
- Exclude checks
Line indented incorrectly; expected 0 spaces, found 16 Open
Open
} ?>
- Exclude checks
Line indented incorrectly; expected 0 spaces, found 20 Open
Open
} ?>><?php echo $url_obj['url']; ?>
- Exclude checks
Line indented incorrectly; expected 0 spaces, found 20 Open
Open
} ?>><?php echo $item['name']; ?>
- Exclude checks
Closing brace indented incorrectly; expected 23 spaces, found 20 Open
Open
} ?>><?php echo $url_obj['url']; ?>
- Exclude checks
Closing brace indented incorrectly; expected 8 spaces, found 16 Open
Open
} ?>
- Exclude checks
Line indented incorrectly; expected 16 spaces, found 13 Open
Open
<?php echo get_lang('First letter'); ?> :
- Exclude checks