| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | ocupload.inc | 12 | N/A |  |
| Use the matching Drupal theme functions, not raw HTML. | Other | ocupload.inc | 62 | N/A |  |
| Use the matching Drupal theme functions, not raw HTML. | Other | ocupload.inc | 63 | N/A |  |
| There should be no trailing spaces | Other | ocupload.inc | 103 | N/A |  |
| There should be no trailing spaces | Other | ocupload.inc | 181 | N/A |  |
| The $text argument to l() should be enclosed within t() so that it is translatable. | Other | ocupload.inc | 184 | N/A |  |
| There should be no trailing spaces | Other | ocupload.inc | 234 | N/A |  |
| There should be no trailing spaces | Other | ocupload.inc | 247 | N/A |  |
| There should be no trailing spaces | Other | ocupload.inc | 249 | N/A |  |
| There should be no trailing spaces | Other | ocupload.inc | 253 | N/A |  |
| There should be no trailing spaces | Other | ocupload.inc | 310 | N/A |  |
| Use Drupal's format_date(), not PHP's default date(). | Other | ocupload.inc | 311 | 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 | ocupload.inc | 353 | N/A |  |
| do not use mixed case (camelCase), use lower case and _ | Other | ocupload.inc | 367 | N/A |  |
| do not use mixed case (camelCase), use lower case and _ | Other | ocupload.inc | 368 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | ocupload.inc | 417 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | ocupload.inc | 422 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | ocupload.inc | 423 | N/A |  |