$sql = "INSERT {og_vocab} (nid, vid) VALUES (%d, %d)";
Should be:
$sql = "INSERT INTO {og_vocab} (nid, vid) VALUES (%d, %d)";
| Comment | File | Size | Author |
|---|---|---|---|
| og_vocab.patch | 591 bytes | scott falconer |
$sql = "INSERT {og_vocab} (nid, vid) VALUES (%d, %d)";
Should be:
$sql = "INSERT INTO {og_vocab} (nid, vid) VALUES (%d, %d)";
| Comment | File | Size | Author |
|---|---|---|---|
| og_vocab.patch | 591 bytes | scott falconer |
Comments
Comment #1
moshe weitzman commentedComment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.