Closed (fixed)
Project:
Publish
Version:
master
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
23 Sep 2005 at 06:16 UTC
Updated:
7 Oct 2005 at 15:01 UTC
In the publish-cvs the publish.mysql file has a typo.
CREATE TABLE publish_q (
qit int(11) NOT NULL default '0',
should read:
CREATE TABLE publish_q (
qid int(11) NOT NULL default '0',
Comments
Comment #1
jvandyk commentedFixed.
Comment #2
(not verified) commented