| Remove the empty commented line in your function documentation. | Other | role_change_notify.module | 6 | N/A |  |
| Use the matching Drupal theme functions, not raw HTML. | Other | role_change_notify.module | 20 | N/A |  |
| Potential problem: drupal_set_message() only accepts filtered text, be sure all !placeholders for $variables in t() are fully sanitized using check_plain(), filter_xss() or similar. (Drupal Docs) | Other | role_change_notify.module | 25 | N/A |  |
| Use the matching Drupal theme functions, not raw HTML. | Other | role_change_notify.module | 31 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | role_change_notify.module | 44 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | role_change_notify.module | 80 | N/A |  |
| Potential problem: FAPI elements '#title' and '#description' only accept filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized. | Other | role_change_notify.module | 101 | N/A |  |
| Core uses "e-mail" in end-user text and "mail" elsewhere (database, function names, etc.) | Other | role_change_notify.module | 116 | N/A |  |
| Core uses "e-mail" in end-user text and "mail" elsewhere (database, function names, etc.) | Other | role_change_notify.module | 123 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | role_change_notify.module | 163 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | role_change_notify.module | 187 | N/A |  |