Closed (duplicate)
Project:
Mime Mail
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
18 May 2008 at 10:14 UTC
Updated:
3 Aug 2008 at 01:03 UTC
Code style patch for HEAD attached.
Mostly leading spaces, spaces around '=' and capitalization of NULL, TRUE, FALSE.
I left out replacement of strlen() by drupal_strlen() and other string function replacements for later.
| Comment | File | Size | Author |
|---|---|---|---|
| mimemail.codestyle_HEAD.patch | 20.94 KB | sutharsan |
Comments
Comment #1
luti commentedCoder (module) still has one complain after applying this patch and Drupal 6 upgrade patch:
Line 344: Parameters of watchdog() changed, you must remove calls to t() (Drupal Docs)
watchdog('access denied', t('Authentication error for POST e-mail'), WATCHDOG_WARNING);
I believe it is just a "cosmetic issue", and line 344 shall be simply:
Comment #2
allie micka