From 46ac531b4152c9cce98dae14a1dd341ed3044ec4 Mon Sep 17 00:00:00 2001 From: Len Kranendonk Date: Wed, 25 Feb 2004 08:59:18 +0000 Subject: [PATCH] Fixed small typo --- docs/upgrades/upgrade_5.9.9-6.0.0.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/upgrades/upgrade_5.9.9-6.0.0.sql b/docs/upgrades/upgrade_5.9.9-6.0.0.sql index f99a8e907..39f44dd57 100644 --- a/docs/upgrades/upgrade_5.9.9-6.0.0.sql +++ b/docs/upgrades/upgrade_5.9.9-6.0.0.sql @@ -532,5 +532,5 @@ delete from international where languageId=1 and namespace='WebGUI' and internat insert into international (internationalId,languageId,namespace,message,lastUpdated,context) values (1084,1,'WebGUI','Default', 1077472740,'A label indicating that the user should use the default setting.'); update language set toolbar='metal' where toolbar='default'; INSERT INTO userProfileField VALUES ('toolbar','WebGUI::International::get(746)',0,0,'selectList','WebGUI::Icon::getToolbarOptions()','[\'useLanguageDefault\']',13,4,0,0); -INSERT INTO template VALUES (7,'Cool Menus','\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n\r\n','Navigation',1,1); +INSERT INTO template VALUES (7,'Cool Menus','\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n\r\n','Navigation');