Closed (won't fix)
Project:
Simplenews
Version:
6.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Oct 2009 at 09:43 UTC
Updated:
24 Nov 2009 at 21:54 UTC
The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there. At t($item->name) in simplenews/simplenews.admin.inc on line 407. Read more at http://drupal.org/node/322732
Comments
Comment #1
sutharsan commentedThe code is taken from local_user() function. And no, this does not make it code good, but it is as good as its currently gets.