at line 246 of notify.inc the line reads:
$body .= t('%count new comments attached to %type posted by author: %title',
// it should be
$body .= t('%count new comments attached to %type posted by %author: %title',
Cheers,
Alliax
at line 246 of notify.inc the line reads:
$body .= t('%count new comments attached to %type posted by author: %title',
// it should be
$body .= t('%count new comments attached to %type posted by %author: %title',
Cheers,
Alliax
Comments
Comment #1
RobRoy commentedFix committed to HEAD. Please download the latest version from HEAD CVS and test with Drupal 4.7.x. Let me know if this fixes the problem and I'll backport the change to DRUPAL-4-7.
Comment #2
alliax commentedHello, I don't know if you're talking to me only, but I did the change that I showed you and of course it works fine, it simply a missing % nothing to test about.
Comment #3
(not verified) commented