Closed (fixed)
Project:
Groups
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
17 Dec 2003 at 13:59 UTC
Updated:
31 Dec 2003 at 15:20 UTC
Files: 'groups/generate-utids.php' and 'groups/generate-ntids.php'.
The db queries in those files need to have the column names enclosed in {}.
e.g.:
db_query("INSERT INTO term_node (nid,tid) VALUES (%d, %d)", $nid, $term);
Needs to be:
db_query("INSERT INTO {term_node} (nid,tid) VALUES (%d, %d)", $nid, $term);
Comments
Comment #1
killes@www.drop.org commentedFixed this. Unfortunately the scripts need some more work to be really usefull.
Comment #2
(not verified) commented