Missing the closing bracket on the table creation.

Patch:

38c38
< "PRIMARY KEY (nid, cid))");
---
> "PRIMARY KEY (nid, cid)");

Comments

AjK’s picture

Status: Active » Fixed

Fixed by http://drupal.org/cvs?commit=93915

Fixed in Drupal 5 by http://drupal.org/cvs?commit=93919 (sorry for the incorrect creditation!)

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.