From d9c0f1714500b83d5d71809a25e04b6b96f7f902 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Sat, 30 Nov 2002 15:48:19 +0000 Subject: [PATCH] Removed a duplicate international message. --- docs/upgrades/upgrade_4.8.0-4.9.0.sql | 1 - lib/WebGUI/Wobject/LinkList.pm | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/upgrades/upgrade_4.8.0-4.9.0.sql b/docs/upgrades/upgrade_4.8.0-4.9.0.sql index 391d13fae..fed9dc39e 100644 --- a/docs/upgrades/upgrade_4.8.0-4.9.0.sql +++ b/docs/upgrades/upgrade_4.8.0-4.9.0.sql @@ -946,7 +946,6 @@ delete from international where namespace='LinkList' and internationalId=1; delete from international where namespace='LinkList' and internationalId=2; delete from international where namespace='LinkList' and internationalId=4; delete from international where namespace='LinkList' and internationalId=5; -insert into international (internationalId,languageId,namespace,message,lastUpdated) values (74,1,'LinkList','Add a new link.', 1038268049); alter table LinkList add column templateId int not null default 1; alter table LinkList drop column indent; alter table LinkList drop column lineSpacing; diff --git a/lib/WebGUI/Wobject/LinkList.pm b/lib/WebGUI/Wobject/LinkList.pm index b28a5c117..a4508aa1d 100644 --- a/lib/WebGUI/Wobject/LinkList.pm +++ b/lib/WebGUI/Wobject/LinkList.pm @@ -92,7 +92,7 @@ sub www_edit { if ($_[0]->get("wobjectId") eq "new") { $f->whatNext( -options=>{ - addLink=>WebGUI::International::get(74,$namespace), + addLink=>WebGUI::International::get(13,$namespace), backToPage=>WebGUI::International::get(745) }, -value=>"addLink" @@ -140,7 +140,7 @@ sub www_editLink { $f->hidden("sequenceNumber",-1); $f->whatNext( -options=>{ - addLink=>WebGUI::International::get(74,$namespace), + addLink=>WebGUI::International::get(13,$namespace), backToPage=>WebGUI::International::get(745) }, -value=>"addLink"