APO-Epsilon/apo-website

View on GitHub

Showing 11,898 of 11,898 total issues

Spaces must be used for alignment; tabs are not allowed
Open

        }
Severity: Minor
Found in leader_list.php by phpcodesniffer

Spaces must be used for alignment; tabs are not allowed
Open

        }
Severity: Minor
Found in leader_list.php by phpcodesniffer

Spaces must be used for alignment; tabs are not allowed
Open

        //$aresponse=$db->query("SELECT user_id,factor,entry_id FROM events_signup WHERE event_id = $eid AND week = $week_cd");
Severity: Minor
Found in leader_list.php by phpcodesniffer

Spaces must be used for alignment; tabs are not allowed
Open

            echo "</tr>";
Severity: Minor
Found in leader_list.php by phpcodesniffer

Function closing brace must go on the next line following the body; found 1 blank lines before brace
Open

}
Severity: Minor
Found in rec_sec_attendance_tool.php by phpcodesniffer

TRUE, FALSE and NULL must be lowercase; expected "true" but found "True"
Open

$active_page = True;
Severity: Minor
Found in members_list.php by phpcodesniffer

TRUE, FALSE and NULL must be lowercase; expected "true" but found "True"
Open

$active_page = True;
Severity: Minor
Found in leader_list.php by phpcodesniffer

Visibility must be declared on property "$itoa64"
Open

  var $itoa64;
Severity: Minor
Found in PasswordHash.php by phpcodesniffer

Spaces must be used for alignment; tabs are not allowed
Open

    else if (isset($_GET['end'])) {
Severity: Minor
Found in leader_list.php by phpcodesniffer

Spaces must be used for alignment; tabs are not allowed
Open

    //if rec sec, display all chapter events first
Severity: Minor
Found in leader_list.php by phpcodesniffer

Spaces must be used for alignment; tabs are not allowed
Open

        //set cancel or uncancel
Severity: Minor
Found in leader_list.php by phpcodesniffer

Spaces must be used for alignment; tabs are not allowed
Open

        if($result['event_type'] == 'Regular Service')
Severity: Minor
Found in leader_list.php by phpcodesniffer

Spaces must be used for alignment; tabs are not allowed
Open

            $cancel = "<sup><a href='leader_list.php?uncancel=$eid'>Uncancel?</a></sup>";
Severity: Minor
Found in leader_list.php by phpcodesniffer

Spaces must be used for alignment; tabs are not allowed
Open

        {
Severity: Minor
Found in leader_list.php by phpcodesniffer

Spaces must be used for alignment; tabs are not allowed
Open

        //loop for each participant. Display name, factor, and email!
Severity: Minor
Found in leader_list.php by phpcodesniffer

Spaces must be used for alignment; tabs are not allowed
Open

        $count = 0;
Severity: Minor
Found in leader_list.php by phpcodesniffer

Spaces must be used for alignment; tabs are not allowed
Open

            $uresponse=$db->query("SELECT firstname,lastname,email FROM contact_information WHERE id = $uid");
Severity: Minor
Found in leader_list.php by phpcodesniffer

The var keyword must not be used to declare a property
Open

  var $random_state;
Severity: Minor
Found in PasswordHash.php by phpcodesniffer

Spaces must be used for alignment; tabs are not allowed
Open

                $tresponse=$db->query("SELECT id FROM contact_information WHERE email='$nue'");
Severity: Minor
Found in rec_sec_attendance_tool.php by phpcodesniffer

Spaces must be used for alignment; tabs are not allowed
Open

                    $statement ="INSERT INTO events_signup (user_id,event_id) VALUES ($nuid,$instance)";
Severity: Minor
Found in rec_sec_attendance_tool.php by phpcodesniffer
Severity
Category
Status
Source
Language