More than one product on a single line fails.
jrust - September 17, 2007 - 18:59
| Project: | Amazon Filter |
| Version: | HEAD |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | reviewed & tested by the community |
Jump to:
Description
The regular expression for matching amazon items fails if there is more than one item on a single line (i.e. [amazon info 1234] [amazon info 5678])
The attached patch fixes the problem in the regular expression.
| Attachment | Size |
|---|---|
| amazon_filter.module.patch | 453 bytes |

#1
Thanks for this patch. It fixed the problem for me!