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',
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