In forward.module eregi() is being used to find strings in the $bad_items array, where preg_match() can be used to replace it. I'm attaching a patch against 6.x-1.x-dev
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1044006.patch | 852 bytes | jzacsh |
In forward.module eregi() is being used to find strings in the $bad_items array, where preg_match() can be used to replace it. I'm attaching a patch against 6.x-1.x-dev
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1044006.patch | 852 bytes | jzacsh |
Comments
Comment #1
jzacsh commentedhere is the patch for this issue against cvs dev.
Comment #2
seanrFixed. Thanks.