chamilo/chamilo-lms

View on GitHub
public/main/session/session_category_edit.php

Summary

Maintainability
A
0 mins
Test Coverage

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

$tool_name = get_lang('Edit session category');

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

$year_start = $month_start = $day_start = null;

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

$year_start = $month_start = $day_start = null;

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

$year_end = $month_end = $day_end = null;

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

    list($year_end, $month_end, $day_end) = explode('-', $infos['date_end']);

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

$tbl_session_category = Database::get_main_table(TABLE_MAIN_SESSION_CATEGORY);

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

$sql = "SELECT * FROM $tbl_session_category WHERE id='".$id."' ORDER BY title";

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

    list($year_start, $month_start, $day_start) = explode('-', $infos['date_start']);

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

$year_end = $month_end = $day_end = null;

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

$this_section = SECTION_PLATFORM_ADMIN;

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

    list($year_start, $month_start, $day_start) = explode('-', $infos['date_start']);

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

    list($year_end, $month_end, $day_end) = explode('-', $infos['date_end']);

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

$year_start = $month_start = $day_start = null;

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

    list($year_start, $month_start, $day_start) = explode('-', $infos['date_start']);

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

$year_end = $month_end = $day_end = null;

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

                        <option value="14" <?php if (14 == $day_start) {

Closing brace indented incorrectly; expected 23 spaces, found 0
Open

} ?> >25</option>

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

Display::display_header($tool_name);

Closing brace indented incorrectly; expected 23 spaces, found 0
Open

} ?> >03</option>

Closing brace indented incorrectly; expected 23 spaces, found 0
Open

} ?> >05</option>

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

                        <option value="10" <?php if (10 == $day_start) {

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

                        <option value="12" <?php if (12 == $day_start) {

Closing brace indented incorrectly; expected 23 spaces, found 0
Open

} ?> >12</option>

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

                        <option value="13" <?php if (13 == $day_start) {

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

                        <option value="15" <?php if (15 == $day_start) {

Closing brace indented incorrectly; expected 23 spaces, found 0
Open

} ?> >17</option>

Closing brace indented incorrectly; expected 23 spaces, found 0
Open

} ?> >29</option>

Closing brace indented incorrectly; expected 23 spaces, found 0
Open

} ?> >04</option>

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

    $year_start = $_POST['year_start'];

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

                        <option value="3" <?php if (3 == $day_start) {

Closing brace indented incorrectly; expected 23 spaces, found 0
Open

} ?> >18</option>

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

        $day_start,

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

        <legend><?php echo $tool_name; ?> </legend>

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

                        <option value="21" <?php if (21 == $day_start) {

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

                        <option value="30" <?php if (30 == $day_start) {

Closing brace indented incorrectly; expected 23 spaces, found 0
Open

} ?> >03</option>

Closing brace indented incorrectly; expected 23 spaces, found 0
Open

} ?> >21</option>

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

                        <option value="24" <?php if (24 == $day_start) {

Closing brace indented incorrectly; expected 23 spaces, found 0
Open

} ?> >30</option>

Closing brace indented incorrectly; expected 23 spaces, found 0
Open

} ?> >31</option>

Closing brace indented incorrectly; expected 15 spaces, found 0
Open

} else {

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

                        <option value="4" <?php if (4 == $day_start) {

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

                        <option value="6" <?php if (6 == $day_start) {

Closing brace indented incorrectly; expected 23 spaces, found 0
Open

} ?> >23</option>

Closing brace indented incorrectly; expected 23 spaces, found 0
Open

} ?> >26</option>

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

                        <option value="5" <?php if (5 == $day_start) {

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

                        <option value="18" <?php if (18 == $day_start) {

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

                        <option value="20" <?php if (20 == $day_start) {

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

                        <option value="27" <?php if (27 == $day_start) {

Closing brace indented incorrectly; expected 23 spaces, found 0
Open

} ?> >28</option>

Closing brace indented incorrectly; expected 23 spaces, found 0
Open

} ?> >13</option>

Closing brace indented incorrectly; expected 23 spaces, found 0
Open

} ?> >16</option>

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

        $day_end

Closing brace indented incorrectly; expected 23 spaces, found 0
Open

} ?> >10</option>

Closing brace indented incorrectly; expected 23 spaces, found 0
Open

} ?> >27</option>

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

                        <option value="4" <?php if (4 == $month_start) {

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

                        <option value="7" <?php if (7 == $day_start) {

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

                        <option value="23" <?php if (23 == $day_start) {

Closing brace indented incorrectly; expected 23 spaces, found 0
Open

} ?> >24</option>

Closing brace indented incorrectly; expected 23 spaces, found 0
Open

} ?> >02</option>

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

        $year_end,

Closing brace indented incorrectly; expected 23 spaces, found 0
Open

} ?> >02</option>

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

                        <option value="8" <?php if (8 == $day_start) {

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

        $month_end,

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

                        <option value="9" <?php if (9 == $day_start) {

Closing brace indented incorrectly; expected 23 spaces, found 0
Open

} ?> >14</option>

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

                        <option value="17" <?php if (17 == $day_start) {

Closing brace indented incorrectly; expected 23 spaces, found 0
Open

} ?> >09</option>

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

                        <option value="19" <?php if (19 == $day_start) {

Closing brace indented incorrectly; expected 23 spaces, found 0
Open

} ?> >11</option>

Closing brace indented incorrectly; expected 23 spaces, found 0
Open

} ?> >19</option>

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

                        <option value="25" <?php if (25 == $day_start) {

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

        $year_start,

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

                        <option value="2" <?php if (2 == $day_start) {

Closing brace indented incorrectly; expected 23 spaces, found 0
Open

} ?> >06</option>

Closing brace indented incorrectly; expected 23 spaces, found 0
Open

} ?> >07</option>

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

                        <option value="11" <?php if (11 == $day_start) {

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

                        <option value="29" <?php if (29 == $day_start) {

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

                        <option value="2" <?php if (2 == $month_start) {

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

                        <option value="3" <?php if (3 == $month_start) {

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

    $month_start = $_POST['month_start'];

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

    $day_start = $_POST['day_start'];

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

    $day_end = $_POST['day_end'];

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

        $month_start,

Closing brace indented incorrectly; expected 23 spaces, found 0
Open

} ?> >04</option>

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

                        <option value="16" <?php if (16 == $day_start) {

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

    list($year_end, $month_end, $day_end) = explode('-', $infos['date_end']);

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

    $year_end = $_POST['year_end'];

Closing brace indented incorrectly; expected 23 spaces, found 0
Open

} ?> >08</option>

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

                        <option value="22" <?php if (22 == $day_start) {

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

                        <option value="28" <?php if (28 == $day_start) {

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

                        <option value="31" <?php if (31 == $day_start) {

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

                        <option value="5" <?php if (5 == $month_start) {

Closing brace indented incorrectly; expected 23 spaces, found 24
Open

                        } ?> >03</option>

Closing brace indented incorrectly; expected 23 spaces, found 24
Open

                        } ?> >09</option>

Closing brace indented incorrectly; expected 23 spaces, found 24
Open

                        } ?> >14</option>

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

                        <option value="23" <?php if (23 == $day_end) {

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

                        <option value="1" <?php if (1 == $day_end) {

Closing brace indented incorrectly; expected 23 spaces, found 24
Open

                        } ?> >02</option>

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

                        <option value="9" <?php if (9 == $day_end) {

Closing brace indented incorrectly; expected 23 spaces, found 24
Open

                        } ?> >17</option>

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

    $month_end = $_POST['month_end'];

Closing brace indented incorrectly; expected 23 spaces, found 0
Open

} ?> >15</option>

Closing brace indented incorrectly; expected 23 spaces, found 0
Open

} ?> >20</option>

Closing brace indented incorrectly; expected 23 spaces, found 0
Open

} ?> >22</option>

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

                        <option value="26" <?php if (26 == $day_start) {

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

                        <option value="3" <?php if (3 == $day_end) {

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

                        <option value="10" <?php if (10 == $day_end) {

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

                        <option value="17" <?php if (17 == $day_end) {

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

                        <option value="4" <?php if (4 == $day_end) {

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

                        <option value="20" <?php if (20 == $day_end) {

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

                        <option value="7" <?php if (7 == $month_start) {

Closing brace indented incorrectly; expected 23 spaces, found 24
Open

                        } ?> >04</option>

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

                        <option value="13" <?php if (13 == $day_end) {

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

                        <option value="27" <?php if (27 == $day_end) {

Closing brace indented incorrectly; expected 23 spaces, found 24
Open

                        } ?> >28</option>

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

                        <option value="12" <?php if (12 == $month_start) {

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

                        <option value="11" <?php if (11 == $day_end) {

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

                        <option value="25" <?php if (25 == $day_end) {

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

                        <option value="6" <?php if (6 == $month_start) {

Closing brace indented incorrectly; expected 23 spaces, found 0
Open

} ?> >11</option>

Closing brace indented incorrectly; expected 23 spaces, found 0
Open

} ?> >12</option>

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

                        <option value="8" <?php if (8 == $day_end) {

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

                        <option value="14" <?php if (14 == $day_end) {

Closing brace indented incorrectly; expected 23 spaces, found 24
Open

                        } ?> >16</option>

Closing brace indented incorrectly; expected 23 spaces, found 24
Open

                        } ?> >18</option>

Closing brace indented incorrectly; expected 23 spaces, found 0
Open

} ?> >07</option>

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

                        <option value="9" <?php if (9 == $month_start) {

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

                        <option value="2" <?php if (2 == $day_end) {

Closing brace indented incorrectly; expected 23 spaces, found 24
Open

                        } ?> >07</option>

Closing brace indented incorrectly; expected 23 spaces, found 24
Open

                        } ?> >25</option>

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

                        <option value="8" <?php if (8 == $month_start) {

Closing brace indented incorrectly; expected 23 spaces, found 0
Open

} ?> >08</option>

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

                        <option value="22" <?php if (22 == $day_end) {

Closing brace indented incorrectly; expected 23 spaces, found 24
Open

                        } ?> >22</option>

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

                        <option value="28" <?php if (28 == $day_end) {

Closing brace indented incorrectly; expected 23 spaces, found 0
Open

} ?> >05</option>

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

                        <option value="11" <?php if (11 == $month_start) {

Closing brace indented incorrectly; expected 23 spaces, found 24
Open

                        } ?> >05</option>

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

                        <option value="12" <?php if (12 == $day_end) {

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

                        <option value="15" <?php if (15 == $day_end) {

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

                        <option value="18" <?php if (18 == $day_end) {

Closing brace indented incorrectly; expected 23 spaces, found 24
Open

                        } ?> >21</option>

Closing brace indented incorrectly; expected 31 spaces, found 28
Open

                            } ?> ><?php echo $i; ?></option>

Closing brace indented incorrectly; expected 23 spaces, found 24
Open

                        } ?> >06</option>

Closing brace indented incorrectly; expected 23 spaces, found 24
Open

                        } ?> >27</option>

Closing brace indented incorrectly; expected 23 spaces, found 0
Open

} ?> >09</option>

Closing brace indented incorrectly; expected 23 spaces, found 0
Open

} ?> >10</option>

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

                                <option value="<?php echo $i; ?>" <?php if ($year_start == $i) {

Closing brace indented incorrectly; expected 23 spaces, found 24
Open

                        } ?> >01</option>

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

                        <option value="7" <?php if (7 == $day_end) {

Closing brace indented incorrectly; expected 23 spaces, found 24
Open

                        } ?> >13</option>

Closing brace indented incorrectly; expected 23 spaces, found 24
Open

                        } ?> >23</option>

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

                        <option value="16" <?php if (16 == $day_end) {

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

                        <option value="19" <?php if (19 == $day_end) {

Closing brace indented incorrectly; expected 23 spaces, found 24
Open

                        } ?> >19</option>

Closing brace indented incorrectly; expected 23 spaces, found 0
Open

} ?> >06</option>

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

                        <option value="5" <?php if (5 == $day_end) {

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

                        <option value="6" <?php if (6 == $day_end) {

Closing brace indented incorrectly; expected 23 spaces, found 24
Open

                        } ?> >08</option>

Closing brace indented incorrectly; expected 23 spaces, found 24
Open

                        } ?> >11</option>

Closing brace indented incorrectly; expected 23 spaces, found 24
Open

                        } ?> >12</option>

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

                        <option value="21" <?php if (21 == $day_end) {

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

                        <option value="24" <?php if (24 == $day_end) {

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

                        <option value="29" <?php if (29 == $day_end) {

Closing brace indented incorrectly; expected 23 spaces, found 24
Open

                        } ?> >07</option>

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

                        <option value="12" <?php if (12 == $month_end) {

Closing brace indented incorrectly; expected 0 spaces, found 24
Open

                        } ?>

Closing brace indented incorrectly; expected 23 spaces, found 24
Open

                        } ?> >20</option>

Closing brace indented incorrectly; expected 23 spaces, found 24
Open

                        } ?> >26</option>

Closing brace indented incorrectly; expected 23 spaces, found 24
Open

                        } ?> >30</option>

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

                        <option value="4" <?php if (4 == $month_end) {

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

                        <option value="6" <?php if (6 == $month_end) {

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

                        <option value="8" <?php if (8 == $month_end) {

Closing brace indented incorrectly; expected 23 spaces, found 24
Open

                        } ?> >10</option>

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

                        <option value="10" <?php if (10 == $month_start) {

Closing brace indented incorrectly; expected 23 spaces, found 24
Open

                        } ?> >10</option>

Closing brace indented incorrectly; expected 23 spaces, found 24
Open

                        } ?> >15</option>

Closing brace indented incorrectly; expected 23 spaces, found 24
Open

                        } ?> >24</option>

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

                        <option value="26" <?php if (26 == $day_end) {

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

<?php if ("0000" == $year_start) {

Closing brace indented incorrectly; expected 23 spaces, found 24
Open

                        } ?> >29</option>

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

                        <option value="31" <?php if (31 == $day_end) {

Closing brace indented incorrectly; expected 23 spaces, found 24
Open

                        } ?> >11</option>

Closing brace indented incorrectly; expected 23 spaces, found 24
Open

                        } ?> >01</option>

Closing brace indented incorrectly; expected 23 spaces, found 24
Open

                        } ?> >05</option>

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

                        <option value="10" <?php if (10 == $month_end) {

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

                         <option value="<?php echo $i; ?>" <?php if ($year_end == $i) {

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

                        <option value="1" <?php if (1 == $month_end) {

Closing brace indented incorrectly; expected 23 spaces, found 24
Open

                        } ?> >06</option>

Closing brace indented incorrectly; expected 23 spaces, found 24
Open

                        } ?> >03</option>

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

                        <option value="7" <?php if (7 == $month_end) {

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

                        <option value="9" <?php if (9 == $month_end) {

Closing brace indented incorrectly; expected 24 spaces, found 28
Open

                            } ?> ><?php echo $i; ?></option>

Closing brace indented incorrectly; expected 23 spaces, found 24
Open

                        } ?> >31</option>

Closing brace indented incorrectly; expected 23 spaces, found 24
Open

                        } ?> >09</option>

Closing brace indented incorrectly; expected 23 spaces, found 24
Open

                        } ?> >08</option>

Closing brace indented incorrectly; expected 23 spaces, found 24
Open

                        } ?> >12</option>

Closing brace indented incorrectly; expected 23 spaces, found 24
Open

                        } ?> >02</option>

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

                        <option value="3" <?php if (3 == $month_end) {

Closing brace indented incorrectly; expected 23 spaces, found 24
Open

                        } ?> >04</option>

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

                        <option value="11" <?php if (11 == $month_end) {

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

                        <option value="2" <?php if (2 == $month_end) {

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

                        <option value="30" <?php if (30 == $day_end) {

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

                        <option value="5" <?php if (5 == $month_end) {

Spaces must be used to indent lines; tabs are not allowed
Open

    document.form.month_start.disabled = (select.checked) ? true : false;

Spaces must be used to indent lines; tabs are not allowed
Open

    document.form.year_start.disabled = (select.checked) ? true : false;

Spaces must be used to indent lines; tabs are not allowed
Open

    document.form.year_end.disabled = (select.checked) ? true : false;

Spaces must be used to indent lines; tabs are not allowed
Open

    document.form.month_end.disabled = (select.checked) ? true : false;

Spaces must be used to indent lines; tabs are not allowed
Open

    document.form.day_end.disabled = (select.checked) ? true : false;

Spaces must be used to indent lines; tabs are not allowed
Open

    document.form.day_start.disabled = (select.checked) ? true : false;

Line indented incorrectly; expected at least 28 spaces, found 4
Open

    echo 'selected="selected"';

Line indented incorrectly; expected at least 28 spaces, found 4
Open

    echo 'selected="selected"';

Line indented incorrectly; expected at least 28 spaces, found 4
Open

    echo 'selected="selected"';

Line indented incorrectly; expected at least 28 spaces, found 4
Open

    echo 'selected="selected"';

Line indented incorrectly; expected at least 28 spaces, found 4
Open

    echo 'selected="selected"';

Closing brace indented incorrectly; expected 42 spaces, found 0
Open

} ?> >05</option>

Line indented incorrectly; expected at least 28 spaces, found 4
Open

    echo 'selected="selected"';

Closing brace indented incorrectly; expected 43 spaces, found 0
Open

} ?> >12</option>

Line indented incorrectly; expected at least 28 spaces, found 4
Open

    echo 'selected="selected"';

Line indented incorrectly; expected at least 20 spaces, found 4
Open

    echo api_htmlentities($title, ENT_QUOTES);

Line indented incorrectly; expected at least 28 spaces, found 4
Open

    echo 'selected="selected"';

Closing brace indented incorrectly; expected 43 spaces, found 0
Open

} ?> >10</option>

Line indented incorrectly; expected at least 28 spaces, found 4
Open

    echo 'selected="selected"';

Closing brace indented incorrectly; expected 43 spaces, found 0
Open

} ?> >25</option>

Line indented incorrectly; expected at least 28 spaces, found 4
Open

    echo 'selected="selected"';

Line indented incorrectly; expected at least 28 spaces, found 4
Open

    echo 'selected="selected"';

Closing brace indented incorrectly; expected 42 spaces, found 0
Open

} ?> >09</option>

Closing brace indented incorrectly; expected 43 spaces, found 0
Open

} ?> >16</option>

Line indented incorrectly; expected at least 28 spaces, found 4
Open

    echo 'selected="selected"';

Closing brace indented incorrectly; expected 43 spaces, found 0
Open

} ?> >29</option>

Line indented incorrectly; expected at least 28 spaces, found 4
Open

    echo 'selected="selected"';

Closing brace indented incorrectly; expected 42 spaces, found 0
Open

} ?> >03</option>

Closing brace indented incorrectly; expected 43 spaces, found 0
Open

} ?> >13</option>

Line indented incorrectly; expected at least 28 spaces, found 4
Open

    echo 'selected="selected"';

Line indented incorrectly; expected at least 28 spaces, found 4
Open

    echo 'selected="selected"';

Closing brace indented incorrectly; expected 43 spaces, found 0
Open

} ?> >20</option>

Closing brace indented incorrectly; expected 43 spaces, found 0
Open

} ?> >21</option>

Line indented incorrectly; expected at least 28 spaces, found 4
Open

    echo 'selected="selected"';

Closing brace indented incorrectly; expected 43 spaces, found 0
Open

} ?> >27</option>

Line indented incorrectly; expected at least 28 spaces, found 4
Open

    echo 'selected="selected"';

Line indented incorrectly; expected at least 28 spaces, found 4
Open

    echo 'selected="selected"';

Closing brace indented incorrectly; expected 43 spaces, found 0
Open

} ?> >14</option>

Line indented incorrectly; expected at least 28 spaces, found 4
Open

    echo 'selected="selected"';

Line indented incorrectly; expected at least 28 spaces, found 4
Open

    echo 'selected="selected"';

Closing brace indented incorrectly; expected 43 spaces, found 0
Open

} ?> >22</option>

Line indented incorrectly; expected at least 28 spaces, found 4
Open

    echo 'selected="selected"';

Line indented incorrectly; expected at least 28 spaces, found 4
Open

    echo 'selected="selected"';

Line indented incorrectly; expected at least 28 spaces, found 4
Open

    echo 'selected="selected"';

Line indented incorrectly; expected at least 28 spaces, found 4
Open

    echo 'selected="selected"';

Line indented incorrectly; expected at least 28 spaces, found 4
Open

    echo 'selected="selected"';

Closing brace indented incorrectly; expected 43 spaces, found 0
Open

} ?> >31</option>

Closing brace indented incorrectly; expected 42 spaces, found 0
Open

} ?> >04</option>

Line indented incorrectly; expected at least 28 spaces, found 4
Open

    echo 'selected="selected"';

Closing brace indented incorrectly; expected 42 spaces, found 0
Open

} ?> >07</option>

Closing brace indented incorrectly; expected 43 spaces, found 0
Open

} ?> >24</option>

Closing brace indented incorrectly; expected 43 spaces, found 0
Open

} ?> >15</option>

Line indented incorrectly; expected at least 28 spaces, found 4
Open

    echo 'selected="selected"';

Closing brace indented incorrectly; expected 43 spaces, found 0
Open

} ?> >23</option>

Closing brace indented incorrectly; expected 43 spaces, found 0
Open

} ?> >30</option>

Closing brace indented incorrectly; expected 42 spaces, found 0
Open

} ?> >02</option>

Line indented incorrectly; expected at least 28 spaces, found 4
Open

    echo 'selected="selected"';

Line indented incorrectly; expected at least 28 spaces, found 4
Open

    echo 'selected="selected"';

Closing brace indented incorrectly; expected 42 spaces, found 0
Open

} ?> >06</option>

Closing brace indented incorrectly; expected 42 spaces, found 0
Open

} ?> >08</option>

Closing brace indented incorrectly; expected 43 spaces, found 0
Open

} ?> >11</option>

Line indented incorrectly; expected at least 28 spaces, found 4
Open

    echo 'selected="selected"';

Closing brace indented incorrectly; expected 42 spaces, found 0
Open

} ?> >04</option>

Closing brace indented incorrectly; expected 100 spaces, found 0
Open

} else {

Closing brace indented incorrectly; expected 42 spaces, found 0
Open

} ?> >03</option>

Line indented incorrectly; expected at least 28 spaces, found 4
Open

    echo 'selected="selected"';

Line indented incorrectly; expected at least 28 spaces, found 4
Open

    echo 'selected="selected"';

Closing brace indented incorrectly; expected 43 spaces, found 0
Open

} ?> >17</option>

Closing brace indented incorrectly; expected 43 spaces, found 0
Open

} ?> >19</option>

Closing brace indented incorrectly; expected 43 spaces, found 0
Open

} ?> >26</option>

Line indented incorrectly; expected at least 28 spaces, found 4
Open

    echo 'selected="selected"';

Line indented incorrectly; expected 0 spaces, found 24
Open

                        } ?> >26</option>

Line indented incorrectly; expected at least 28 spaces, found 4
Open

    echo 'selected="selected"';

Closing brace indented incorrectly; expected 42 spaces, found 0
Open

} ?> >09</option>

Line indented incorrectly; expected 0 spaces, found 24
Open

                        } ?> >12</option>

Line indented incorrectly; expected 0 spaces, found 24
Open

                        } ?> >16</option>

Line indented incorrectly; expected 0 spaces, found 24
Open

                        } ?> >20</option>

Closing brace indented incorrectly; expected 42 spaces, found 0
Open

} ?> >02</option>

Closing brace indented incorrectly; expected 43 spaces, found 0
Open

} ?> >18</option>

Line indented incorrectly; expected at least 28 spaces, found 4
Open

    echo 'selected="selected"';

Closing brace indented incorrectly; expected 43 spaces, found 0
Open

} ?> >28</option>

Line indented incorrectly; expected at least 36 spaces, found 32
Open

                                echo 'selected="selected"';

Line indented incorrectly; expected 0 spaces, found 24
Open

                        } ?> >01</option>

Closing brace indented incorrectly; expected 42 spaces, found 24
Open

                        } ?> >03</option>

Closing brace indented incorrectly; expected 42 spaces, found 24
Open

                        } ?> >06</option>

Closing brace indented incorrectly; expected 42 spaces, found 24
Open

                        } ?> >07</option>

Closing brace indented incorrectly; expected 43 spaces, found 24
Open

                        } ?> >10</option>

Closing brace indented incorrectly; expected 43 spaces, found 24
Open

                        } ?> >15</option>

Closing brace indented incorrectly; expected 43 spaces, found 24
Open

                        } ?> >20</option>

Closing brace indented incorrectly; expected 43 spaces, found 24
Open

                        } ?> >21</option>

Line indented incorrectly; expected 0 spaces, found 24
Open

                        } ?> >24</option>

Closing brace indented incorrectly; expected 43 spaces, found 24
Open

                        } ?> >26</option>

Closing brace indented incorrectly; expected 42 spaces, found 24
Open

                        } ?> >01</option>

Line indented incorrectly; expected 0 spaces, found 24
Open

                        } ?> >05</option>

Closing brace indented incorrectly; expected 42 spaces, found 24
Open

                        } ?> >05</option>

Closing brace indented incorrectly; expected 43 spaces, found 24
Open

                        } ?> >11</option>

Closing brace indented incorrectly; expected 43 spaces, found 24
Open

                        } ?> >12</option>

Line indented incorrectly; expected 0 spaces, found 24
Open

                        } ?> >23</option>

Line indented incorrectly; expected 0 spaces, found 24
Open

                        } ?> >02</option>

Closing brace indented incorrectly; expected 43 spaces, found 24
Open

                        } ?> >28</option>

Closing brace indented incorrectly; expected 43 spaces, found 24
Open

                        } ?> >17</option>

Closing brace indented incorrectly; expected 43 spaces, found 24
Open

                        } ?> >19</option>

Closing brace indented incorrectly; expected 43 spaces, found 24
Open

                        } ?> >25</option>

Line indented incorrectly; expected at least 28 spaces, found 4
Open

    echo 'selected="selected"';

Closing brace indented incorrectly; expected 47 spaces, found 28
Open

                            } ?> ><?php echo $i; ?></option>

Closing brace indented incorrectly; expected 42 spaces, found 24
Open

                        } ?> >02</option>

Closing brace indented incorrectly; expected 42 spaces, found 24
Open

                        } ?> >08</option>

Closing brace indented incorrectly; expected 43 spaces, found 24
Open

                        } ?> >16</option>

Line indented incorrectly; expected 0 spaces, found 24
Open

                        } ?> >28</option>

Closing brace indented incorrectly; expected 42 spaces, found 0
Open

} ?> >05</option>

Line indented incorrectly; expected 0 spaces, found 24
Open

                        } ?> >13</option>

Line indented incorrectly; expected at least 28 spaces, found 4
Open

    echo 'selected="selected"';

Closing brace indented incorrectly; expected 42 spaces, found 0
Open

} ?> >07</option>

Line indented incorrectly; expected at least 28 spaces, found 4
Open

    echo 'selected="selected"';

Closing brace indented incorrectly; expected 42 spaces, found 24
Open

                        } ?> >09</option>

Closing brace indented incorrectly; expected 43 spaces, found 0
Open

} ?> >11</option>

Line indented incorrectly; expected 0 spaces, found 24
Open

                        } ?> >07</option>

Line indented incorrectly; expected 0 spaces, found 24
Open

                        } ?> >14</option>

Line indented incorrectly; expected 0 spaces, found 24
Open

                        } ?> >17</option>

Closing brace indented incorrectly; expected 43 spaces, found 24
Open

                        } ?> >18</option>

Line indented incorrectly; expected 0 spaces, found 24
Open

                        } ?> >19</option>

Closing brace indented incorrectly; expected 43 spaces, found 24
Open

                        } ?> >22</option>

Closing brace indented incorrectly; expected 42 spaces, found 0
Open

} ?> >06</option>

Closing brace indented incorrectly; expected 43 spaces, found 0
Open

} ?> >12</option>

Closing brace indented incorrectly; expected 42 spaces, found 24
Open

                        } ?> >04</option>

Closing brace indented incorrectly; expected 43 spaces, found 24
Open

                        } ?> >13</option>

Closing brace indented incorrectly; expected 43 spaces, found 24
Open

                        } ?> >14</option>

Line indented incorrectly; expected 0 spaces, found 24
Open

                        } ?> >25</option>

Line indented incorrectly; expected at least 28 spaces, found 4
Open

    echo 'selected="selected"';

Closing brace indented incorrectly; expected 43 spaces, found 0
Open

} ?> >10</option>

Line indented incorrectly; expected 0 spaces, found 24
Open

                        } ?> >04</option>

Line indented incorrectly; expected 0 spaces, found 24
Open

                        } ?> >08</option>

Line indented incorrectly; expected 0 spaces, found 24
Open

                        } ?> >11</option>

Line indented incorrectly; expected 0 spaces, found 24
Open

                        } ?> >21</option>

Line indented incorrectly; expected 0 spaces, found 24
Open

                        } ?> >27</option>

Closing brace indented incorrectly; expected 43 spaces, found 24
Open

                        } ?> >27</option>

Closing brace indented incorrectly; expected 42 spaces, found 0
Open

} ?> >08</option>

Line indented incorrectly; expected 0 spaces, found 24
Open

                        } ?> >09</option>

Line indented incorrectly; expected 0 spaces, found 24
Open

                        } ?> >10</option>

Line indented incorrectly; expected 0 spaces, found 24
Open

                        } ?> >18</option>

Line indented incorrectly; expected 0 spaces, found 24
Open

                        } ?> >22</option>

Closing brace indented incorrectly; expected 43 spaces, found 24
Open

                        } ?> >30</option>

Line indented incorrectly; expected 0 spaces, found 24
Open

                        } ?> >03</option>

Closing brace indented incorrectly; expected 42 spaces, found 24
Open

                        } ?> >03</option>

Line indented incorrectly; expected 0 spaces, found 24
Open

                        } ?>

Line indented incorrectly; expected at least 28 spaces, found 4
Open

    echo 'selected="selected"';

Line indented incorrectly; expected 0 spaces, found 28
Open

                            } ?> ><?php echo $i; ?></option>

Line indented incorrectly; expected 0 spaces, found 24
Open

                        } ?> >15</option>

Line indented incorrectly; expected 0 spaces, found 24
Open

                        } ?> >29</option>

Line indented incorrectly; expected 0 spaces, found 24
Open

                        } ?> >31</option>

Line indented incorrectly; expected 0 spaces, found 24
Open

                        } ?> >02</option>

Line indented incorrectly; expected 0 spaces, found 24
Open

                        } ?> >12</option>

Line indented incorrectly; expected at least 28 spaces, found 4
Open

    echo 'selected="selected"';

Line indented incorrectly; expected 0 spaces, found 24
Open

                        } ?> >03</option>

Line indented incorrectly; expected 0 spaces, found 24
Open

                        } ?> >06</option>

Closing brace indented incorrectly; expected 43 spaces, found 24
Open

                        } ?> >23</option>

Closing brace indented incorrectly; expected 43 spaces, found 24
Open

                        } ?> >24</option>

Line indented incorrectly; expected 0 spaces, found 24
Open

                        } ?> >01</option>

Closing brace indented incorrectly; expected 42 spaces, found 24
Open

                        } ?> >04</option>

Line indented incorrectly; expected 0 spaces, found 24
Open

                        } ?> >05</option>

Closing brace indented incorrectly; expected 43 spaces, found 24
Open

                        } ?> >12</option>

Closing brace indented incorrectly; expected 0 spaces, found 24
Open

                        } ?>

Line indented incorrectly; expected 0 spaces, found 24
Open

                        } ?> >30</option>

Line indented incorrectly; expected 0 spaces, found 24
Open

                        } ?> >09</option>

Closing brace indented incorrectly; expected 43 spaces, found 24
Open

                        } ?> >10</option>

Closing brace indented incorrectly; expected 42 spaces, found 24
Open

                        } ?> >08</option>

Closing brace indented incorrectly; expected 42 spaces, found 24
Open

                        } ?> >09</option>

Closing brace indented incorrectly; expected 42 spaces, found 24
Open

                        } ?> >02</option>

Closing brace indented incorrectly; expected 42 spaces, found 24
Open

                        } ?> >06</option>

Line indented incorrectly; expected 0 spaces, found 28
Open

                            } ?> ><?php echo $i; ?></option>

Closing brace indented incorrectly; expected 42 spaces, found 24
Open

                        } ?> >05</option>

Line indented incorrectly; expected 0 spaces, found 24
Open

                        } ?> >07</option>

Line indented incorrectly; expected 0 spaces, found 24
Open

                        } ?> >10</option>

Closing brace indented incorrectly; expected 43 spaces, found 24
Open

                        } ?> >29</option>

Line indented incorrectly; expected 0 spaces, found 24
Open

                        } ?> >08</option>

Line indented incorrectly; expected 0 spaces, found 24
Open

                        } ?> >11</option>

Closing brace indented incorrectly; expected 40 spaces, found 28
Open

                            } ?> ><?php echo $i; ?></option>

Line indented incorrectly; expected 0 spaces, found 24
Open

                        } ?> >06</option>

Closing brace indented incorrectly; expected 42 spaces, found 24
Open

                        } ?> >07</option>

Closing brace indented incorrectly; expected 43 spaces, found 24
Open

                        } ?> >11</option>

Line indented incorrectly; expected 0 spaces, found 24
Open

                        } ?> >04</option>

Closing brace indented incorrectly; expected 43 spaces, found 24
Open

                        } ?> >31</option>

Closing brace indented incorrectly; expected 42 spaces, found 24
Open

                        } ?> >01</option>

There are no issues that match your filters.

Category
Status