Closed (fixed)
Project:
FAQ_Ask
Version:
5.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
13 Feb 2008 at 11:42 UTC
Updated:
27 Feb 2008 at 04:48 UTC
faq_ask.module line ~327
from:
$mail_sent = drupal_mail('expert-notify', $to, 'You have a question waiting', $body, $from, $header);
to:
$mail_sent = drupal_mail('expert-notify', $to, t('You have a question waiting'), $body, $from, $header);
thank you
Comments
Comment #1
nancydruGood catch - thanks. Committed.
Comment #2
nancydru