| Doxygen uses @todo and @bug to markup things to be done. | Other | user_delete.module | 15 | N/A |  |
| Separate comments from comment syntax by a space. | Other | user_delete.module | 70 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | user_delete.module | 74 | N/A |  |
| There should be no trailing spaces | Other | user_delete.module | 99 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | user_delete.module | 174 | N/A |  |
| Potential problem: "SELECT FROM {node}" statements should probably be wrapped in db_rewrite_sql() and with the alias for {node} table defined (e.g. {node} n) | Other | user_delete.module | 191 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | user_delete.module | 331 | N/A |  |
| Separate comments from comment syntax by a space. | Other | user_delete.module | 352 | N/A |  |
| The $message argument to watchdog() should NOT be enclosed within t(), so that it can be properly translated at display time. | Other | user_delete.module | 353 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | user_delete.module | 357 | N/A |  |
| Separate comments from comment syntax by a space. | Other | user_delete.module | 366 | N/A |  |
| Separate comments from comment syntax by a space. | Other | user_delete.module | 380 | N/A |  |
| Use PHP's master function, not an alias. (List of PHP aliases) | Other | user_delete.module | 391 | N/A |  |
| Potential problem: form_set_error() and form_error() only accept filtered text, be sure all !placeholders for $variables in t() are fully sanitized using check_plain(), filter_xss() or similar. (Drupal Docs) | Other | user_delete.module | 397 | N/A |  |