From f81791d22976bb6484d0bc4afa7e563509d409ed Mon Sep 17 00:00:00 2001 From: Matthew Wilson Date: Tue, 8 Feb 2005 00:25:29 +0000 Subject: [PATCH] www_edit's endDate was pulling startDate... changed to endDate. --- lib/WebGUI/Asset/USS_submission.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Asset/USS_submission.pm b/lib/WebGUI/Asset/USS_submission.pm index f9fb532ed..3b3b86ef5 100644 --- a/lib/WebGUI/Asset/USS_submission.pm +++ b/lib/WebGUI/Asset/USS_submission.pm @@ -416,7 +416,7 @@ sub www_edit { }); $var{'endDate.form'} = WebGUI::Form::dateTime({ name => 'endDate', - value => $self->get("startDate") + value => $self->get("endDate") }); $var{'form.submit'} = WebGUI::Form::submit(); $var{'form.footer'} = WebGUI::Form::formFooter();