This might have worked in previous versions of PHP but it doesn't anymore:
For instance, the expression *-translation-table-* is converted into:
.*[-[-_]]translation[-[-_]]table[-[-_]].*
instead of the expected:
.*[-_]translation[-_]table[-_].*
Thus preventing form ID to be matched.
The attached patch fixes this issue.
| Comment | File | Size | Author |
|---|---|---|---|
| dirtyforms.module.patch | 437 bytes | anrikun |
Comments
Comment #1
mcurry commentedsubscribe
Comment #2
jacob.embree commentedDuplicate of #1060582: Bug with hyphens and with views form.