Download & Extend

SQL syntax error for postgres in authorship.install

Project:Authorship Module
Version:5.x-1.2
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

Missing the closing bracket on the table creation.

Patch:

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

Comments

#1

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!)

#2

Status:fixed» closed (fixed)

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