site_disclaimer.admin.inc | 7 | 0 | 2 |
| Message | Group | Filename | Line | Function | Status |
| Use "elseif" in place of "else if" | Other | site_disclaimer.admin.inc | 53 | N/A |  |
| use <br /> instead of <br> | Other | site_disclaimer.admin.inc | 257 | N/A |  |
| use <br /> instead of <br> | Other | site_disclaimer.admin.inc | 275 | N/A |  |
| Use "elseif" in place of "else if" | Other | site_disclaimer.admin.inc | 322 | N/A |  |
| Potential problem: use the Form API to prevent against CSRF attacks. If you need to use $_POST variables, ensure they are fully sanitized if displayed by using check_plain(), filter_xss() or similar. (Drupal Docs) | Other | site_disclaimer.admin.inc | 379 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | site_disclaimer.admin.inc | 654 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | site_disclaimer.admin.inc | 727 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | site_disclaimer.admin.inc | 737 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | site_disclaimer.admin.inc | 739 | N/A |  |
|
site_disclaimer.install | 0 | 0 | 0 |
site_disclaimer.module | 6 | 0 | 2 |
| Message | Group | Filename | Line | Function | Status |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | site_disclaimer.module | 124 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | site_disclaimer.module | 125 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | site_disclaimer.module | 128 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | site_disclaimer.module | 131 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | site_disclaimer.module | 140 | N/A |  |
| Functions should be called with no spaces between the function name and opening parentheses | Other | site_disclaimer.module | 250 | N/A |  |
| l() already contains a check_plain() call by default | Other | site_disclaimer.module | 385 | N/A |  |
| Use "elseif" in place of "else if" | Other | site_disclaimer.module | 410 | N/A |  |
|
site_disclaimer.pages.inc | 2 | 0 | 0 |
| Message | Group | Filename | Line | Function | Status |
| Use an indent of 2 spaces, with no tabs | Other | site_disclaimer.pages.inc | 42 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | site_disclaimer.pages.inc | 45 | N/A |  |
|
tests/site_disclaimer.test | 2 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| There should be no trailing spaces | Other | site_disclaimer.test | 52 | N/A |  |
| missing space after comma | Other | site_disclaimer.test | 161 | N/A |  |
| There should be no trailing spaces | Other | site_disclaimer.test | 179 | N/A |  |
|
views/handlers/site_disclaimer_handler_field_tou_version.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | site_disclaimer_handler_field_tou_version.inc | -1 | N/A |  |
|
views/handlers/site_disclaimer_handler_sort_tou_version.inc | 1 | 0 | 4 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | site_disclaimer_handler_sort_tou_version.inc | -1 | N/A |  |
| indent secondary line of comment one space | Other | site_disclaimer_handler_sort_tou_version.inc | 13 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | site_disclaimer_handler_sort_tou_version.inc | 17 | N/A |  |
| string concatenation should be formatted with a space separating the operators (dot .) and non-quote terms | Other | site_disclaimer_handler_sort_tou_version.inc | 20 | N/A |  |
| missing space after comma | Other | site_disclaimer_handler_sort_tou_version.inc | 20 | N/A |  |
|
views/site_disclaimer.views.inc | 2 | 0 | 0 |
| Message | Group | Filename | Line | Function | Status |
| Missing period | Other | site_disclaimer.views.inc | 15 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | site_disclaimer.views.inc | 105 | N/A |  |
|