Active
Project:
Signup Status
Version:
6.x-1.0-alpha2
Component:
Signup status limit
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Jan 2011 at 01:58 UTC
Updated:
6 Aug 2012 at 15:32 UTC
signup_status_limit.install
line 63
was:
'primary key' => array('nid, cid'),
should be:
'primary key' => array('nid', 'cid'),
someone just forgot the single quotes, schema module freaks out and shows red in status report. this makes it go away.
Comments
Comment #1
mausolos commentedwhoops, I mean, line 59. sorry!
Comment #2
mausolos commentedComment #3
scottrigbyThis is not a patch