From 9cd56cd85a0f8c494736d2c1062bca7ce18974cb Mon Sep 17 00:00:00 2001 From: Leendert Bottelberghs Date: Wed, 18 Aug 2004 15:08:45 +0000 Subject: [PATCH] fixed bug --- docs/upgrades/upgrade_6.1.1-6.2.0.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/upgrades/upgrade_6.1.1-6.2.0.sql b/docs/upgrades/upgrade_6.1.1-6.2.0.sql index 092ff8880..d38a37a7f 100644 --- a/docs/upgrades/upgrade_6.1.1-6.2.0.sql +++ b/docs/upgrades/upgrade_6.1.1-6.2.0.sql @@ -269,4 +269,4 @@ create table urls ( alter table page drop column id; alter table forum add postPreviewTemplateId varchar(22) NULL after postformTemplateId; alter table forum add usePreview int(11) NOT NULL default 1; -INSERT INTO TEMPLATE VALUES (1,'Default Post Preview','

\n\n

\n\n\n\n\n\n
\n\n
\n\n\n\n\n','Forum/PostPreview',1,1); +INSERT INTO template VALUES (1,'Default Post Preview','

\n\n

\n\n\n\n\n\n
\n\n
\n\n\n\n\n','Forum/PostPreview',1,1);