$sql = "INSERT {og_vocab} (nid, vid) VALUES (%d, %d)";

Should be:

$sql = "INSERT INTO {og_vocab} (nid, vid) VALUES (%d, %d)";

CommentFileSizeAuthor
og_vocab.patch591 bytesscott falconer

Comments

moshe weitzman’s picture

Status: Needs review » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

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