Missing the closing bracket on the table creation.
Patch:
38c38
< "PRIMARY KEY (nid, cid))");
---
> "PRIMARY KEY (nid, cid)");
Missing the closing bracket on the table creation.
Patch:
38c38
< "PRIMARY KEY (nid, cid))");
---
> "PRIMARY KEY (nid, cid)");
Comments
Comment #1
AjK commentedFixed by http://drupal.org/cvs?commit=93915
Fixed in Drupal 5 by http://drupal.org/cvs?commit=93919 (sorry for the incorrect creditation!)
Comment #2
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.