| Separate comments from comment syntax by a space. | Other | kerberos_authentication.module | 8 | N/A |  |
| Separate comments from comment syntax by a space. | Other | kerberos_authentication.module | 20 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | kerberos_authentication.module | 68 | N/A |  |
| SQL query handling data in a potentially insecure way by using the %%s placeholder without wrapping it in single quotes. This is a potential source of SQL injection attacks when the value can come from user data. | Other | kerberos_authentication.module | 140 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | kerberos_authentication.module | 186 | N/A |  |
| Separate comments from comment syntax by a space. | Other | kerberos_authentication.module | 186 | N/A |  |
| Separate comments from comment syntax by a space. | Other | kerberos_authentication.module | 217 | N/A |  |
| Use Drupal's format_date(), not PHP's default date(). | Other | kerberos_authentication.module | 225 | N/A |  |
| string concatenation should be formatted with a space separating the operators (dot .) and non-quote terms | Other | kerberos_authentication.module | 283 | N/A |  |
| There should be no trailing spaces | Other | kerberos_authentication.module | 283 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | kerberos_authentication.module | 285 | N/A |  |
| Arrays should be formatted with a space separating each element and assignment operator | Other | kerberos_authentication.module | 287 | N/A |  |
| missing space after comma | Other | kerberos_authentication.module | 287 | N/A |  |
| Use "elseif" in place of "else if" | Other | kerberos_authentication.module | 290 | N/A |  |
| Use "elseif" not "else if". | Other | kerberos_authentication.module | 290 | N/A |  |
| If you define a @param or @return, you should document it as well. | Other | kerberos_authentication.module | 337 | N/A |  |
| Separate comments from comment syntax by a space. | Other | kerberos_authentication.module | 348 | N/A |  |
| Separate comments from comment syntax by a space. | Other | kerberos_authentication.module | 356 | N/A |  |
| Separate comments from comment syntax by a space. | Other | kerberos_authentication.module | 362 | N/A |  |
| If you define a @param or @return, you should document it as well. | Other | kerberos_authentication.module | 371 | N/A |  |