From 76e94810275ea2cf03ffc91a9c782cc997195497 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Sat, 15 Feb 2003 19:20:40 +0000 Subject: [PATCH] fixed bug 683846 --- docs/upgrades/upgrade_5.1.0-5.1.1.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/upgrades/upgrade_5.1.0-5.1.1.sql b/docs/upgrades/upgrade_5.1.0-5.1.1.sql index 7489d09f3..0228a81bc 100644 --- a/docs/upgrades/upgrade_5.1.0-5.1.1.sql +++ b/docs/upgrades/upgrade_5.1.0-5.1.1.sql @@ -1,3 +1,4 @@ insert into webguiVersion values ('5.1.1','upgrade',unix_timestamp()); insert into international (internationalId,languageId,namespace,message,lastUpdated) values (888,1,'WebGUI','Snippet Preview Length', 1045312362); - +delete from international where internationalId=148 and namespace='WebGUI' and languageId=1; +INSERT INTO international VALUES (148,'WebGUI',1,'Wobjects',1045312362);