Hi there,
When some modules alter the queries via db_rewrite_sql() tables they inject may have a status field. Two queries I've found in bubbletimer don't specify the table so the queries fail with an error column reference "status" is ambiguous. A patch to fix it follows.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 822372_201006091455+1000.patch | 1.23 KB | sammys |
Comments
Comment #1
sammys commentedHere is the patch.