If I am to hack on code, I like it looking decent. So tonight I've embarked on a journey for to make the Mollom module's code more Drupal code style conformant. ;)
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 295872_code_style_conformance-1.patch | 47.88 KB | Freso |
If I am to hack on code, I like it looking decent. So tonight I've embarked on a journey for to make the Mollom module's code more Drupal code style conformant. ;)
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 295872_code_style_conformance-1.patch | 47.88 KB | Freso |
Comments
Comment #1
Freso commentedelse iftoelseif.strlen()todrupal_strlen().db_query('... LIMIT 1000')todb_query_range('...', 0, 1000)./*to/**.@fileblock to .module, .install, and .test.End result? Cleaner code and a lot less notices, warnings, and errors from Coder module. :)
Comment #2
dries commentedGood catch. Committed to CVS HEAD. Thanks!
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.