Closed (fixed)
Project:
Forward
Version:
6.x-1.2
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Mar 2009 at 19:24 UTC
Updated:
27 May 2009 at 19:50 UTC
Jump to comment: Most recent file
I tested it on Drupal 6.10. The email was still sent properly but it gave the following error:
* warning: implode() [function.implode]: Invalid arguments passed in .../sites/all/modules/forward/forward.module on line 633.
* warning: Wrong parameter count for nl2br() in .../sites/all/modules/forward/forward.module on line 633.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | foward.0.patch | 1.2 KB | suit4 |
Comments
Comment #1
seanrI noticed that yesterday too but am at a loss for why. Any ideas?
Comment #2
seanrOK, found it and fixed it. Should have been using explode not implode, and a parenthesis was in the wrong place. Fixed in head and will be rolling out updated packages momentarily.
Comment #4
suit4 commentedReopening - error still exists and the 'implode' is still in place.
What about the update? Thanks in advance!
Comment #5
suit4 commentedok, found the problem.
here's a patch.
Comment #6
seanrIt was in CVS but not in a release. I've fixed that now: http://drupal.org/node/461876