| Function documentation should be less than 80 characters per line. | Other | logintoboggan.module | 7 | N/A |  |
| Remove the empty commented line in your function documentation. | Other | logintoboggan.module | 12 | N/A |  |
| Remove the empty commented line in your function documentation. | Other | logintoboggan.module | 17 | N/A |  |
| Use the matching Drupal theme functions, not raw HTML. | Other | logintoboggan.module | 80 | N/A |  |
| Use the matching Drupal theme functions, not raw HTML. | Other | logintoboggan.module | 81 | N/A |  |
| Use the matching Drupal theme functions, not raw HTML. | Other | logintoboggan.module | 90 | N/A |  |
| missing space after comma | Other | logintoboggan.module | 242 | N/A |  |
| Separate comments from comment syntax by a space. | Other | logintoboggan.module | 247 | N/A |  |
| missing space after comma | Other | logintoboggan.module | 348 | N/A |  |
| Use uppercase for PHP constants, e.g. NULL, TRUE, FALSE | Other | logintoboggan.module | 395 | N/A |  |
| Use the matching Drupal theme functions, not raw HTML. | Other | logintoboggan.module | 396 | N/A |  |
| Control statements should have one space between the control keyword and opening parenthesis | Other | logintoboggan.module | 507 | N/A |  |
| else statements should begin on a new line | Other | logintoboggan.module | 516 | N/A |  |
| Control statements should have one space between the control keyword and opening parenthesis | Other | logintoboggan.module | 533 | N/A |  |
| Separate comments from comment syntax by a space. | Other | logintoboggan.module | 563 | N/A |  |
| Separate comments from comment syntax by a space. | Other | logintoboggan.module | 570 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | logintoboggan.module | 636 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | logintoboggan.module | 637 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | logintoboggan.module | 639 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | logintoboggan.module | 640 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | logintoboggan.module | 740 | N/A |  |
| The $title argument to drupal_set_title() should be enclosed within t() so that it is translatable. | Other | logintoboggan.module | 754 | N/A |  |
Format should be * Implementation of hook_foo(). | Other | logintoboggan.module | 761 | N/A |  |
| Functions should be called with no spaces between the function name and opening parentheses | Other | logintoboggan.module | 855 | N/A |  |
| Separate comments from comment syntax by a space. | Other | logintoboggan.module | 871 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | logintoboggan.module | 940 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | logintoboggan.module | 961 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | logintoboggan.module | 965 | N/A |  |
| use a space between the closing parenthesis and the open bracket | Other | logintoboggan.module | 1020 | N/A |  |
| use a space between the closing parenthesis and the open bracket | Other | logintoboggan.module | 1046 | N/A |  |
| Potential problem: drupal_set_message() only accepts filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized. (Drupal Docs) | Other | logintoboggan.module | 1060 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | logintoboggan.module | 1161 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | logintoboggan.module | 1179 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | logintoboggan.module | 1195 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | logintoboggan.module | 1204 | N/A |  |
| use a space between the closing parenthesis and the open bracket | Other | logintoboggan.module | 1231 | N/A |  |