Closed (fixed)
Project:
Flag
Version:
6.x-1.0-beta4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Oct 2008 at 00:27 UTC
Updated:
2 Nov 2008 at 21:33 UTC
'fid_content_type' => array('fid, content_type'),
should be
'fid_content_type' => array('fid', 'content_type'),
See patch.
| Comment | File | Size | Author |
|---|---|---|---|
| flag.install-index.patch | 475 bytes | lyricnz |
Comments
Comment #1
mooffie commentedThanks. Committed.
(The malformed syntax seems to have worked, so we don't need to provide an updrage path.)
I wonder how you came to notice this bug.
Comment #2
lyricnz commentedSchema module reported the table as being inconsistent with the schema definition.
Comment #3
quicksketchNice catch, thanks lyricnz!
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.