Closed (fixed)
Project:
Spam
Version:
5.x-3.0-beta1
Component:
Custom Filters
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Jan 2009 at 13:50 UTC
Updated:
27 Feb 2009 at 15:50 UTC
Hi,
there was a user warning while doing node edit:
"user warning: Unknown column 'extra' in 'field list' query: SELECT cid, filter, style, status, scan, extra FROM spam_custom WHERE status != 0 ORDER BY weight ASC in .../includes/database.mysqli.inc on line 156."
I had a look at the actual dev version and realized that this field 'extra' was already omitted there.
Here's a patch to correct this in the beta1 version.
Thanks,
Oli
| Comment | File | Size | Author |
|---|---|---|---|
| custom_module_column_extra.diff | 729 bytes | olio |
Comments
Comment #1
jeremy commentedFix already checked into -dev version. Thanks.