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.