Closed (fixed)
Project:
Content Construction Kit (CCK)
Version:
6.x-2.x-dev
Component:
fieldgroup.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Nov 2008 at 20:32 UTC
Updated:
14 Jul 2012 at 23:31 UTC
Comments
Comment #1
yched commentedRight - committed to 6.x-2.x (along with an update function to remove orphaned records).
Thx !
Comment #3
markus_petrux commentedReopening since the update function contains a little bug that cause an error when using table prefix.
The following SQL statement does not use table name delimiters for the table in the SELECT part:
Instead, it should look like this:
Comment #4
markus_petrux commentedNo patch, but code can still be reviewed. Please, let me know if you prefer this in patch form.
Comment #5
yched commentedRight, fixed. Thanks !
Added the correct version as a new update, to be sure everyone gets it right.