| 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(variable_get('comment_notify_default_mailtext',DEFAULT_MAILTEXT),array('!commname'=>$commname,'!commtext'=>$commtext,'!commsubj'=>$commsubj,'!comment_url'=>url('node/'.$nid,NULL,NULL,1).'#comment-'.$cid,'!node_title'=>$node->title,'!node_teaser'=>$node->teaser,'!mission'=>variable_get('site_mission',''),'!node_body'=>$node->body,'!name'=>$alert->name,'!site'=>variable_get('site_name','drupal'),'!uri'=>$base_url,'!uri_brief'=>substr($base_url,strlen('http://')),'!date'=>format_date(time()),'!login_uri'=>url('user',NULL,NULL,1),'!edit_uri'=>url('user/'.$alert->uid.'/edit',NULL,NULL,1),'!link1'=>url('comment_notify/disable/'.$alert->mymd5,NULL,NULL,1))) in comment_notify/comment_notify.module on line 286. Read more at http://drupal.org/node/322732 |