This removes trailing spaces and uses drupal_strlen() instead of strlen() according to coder module's minor level analysis.
| Comment | File | Size | Author |
|---|---|---|---|
| unique_field.module-coder.patch | 4.31 KB | deekayen |
This removes trailing spaces and uses drupal_strlen() instead of strlen() according to coder module's minor level analysis.
| Comment | File | Size | Author |
|---|---|---|---|
| unique_field.module-coder.patch | 4.31 KB | deekayen |
Comments
Comment #1
arithmetric commentedHi deekayen,
Thanks for submitting this patch. As of the beta 1 version, I've improved compliance with Drupal's coding standards and checked that the code passes Coder's minor level analysis.