From e5f55921abe6ac2e4c88fc87adf7efaad44b66b9 Mon Sep 17 00:00:00 2001 From: Matthew Wilson Date: Thu, 3 Mar 2005 21:01:54 +0000 Subject: [PATCH] all events deleted bug fixed in another place, I think. --- lib/WebGUI/Asset/Event.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Asset/Event.pm b/lib/WebGUI/Asset/Event.pm index 558284e2e..0114f3dd7 100644 --- a/lib/WebGUI/Asset/Event.pm +++ b/lib/WebGUI/Asset/Event.pm @@ -380,7 +380,7 @@ sub www_deleteEvent { $output .= WebGUI::International::get(75,"EventsCalendar").'

'; $output .= ''.WebGUI::International::get(76,"EventsCalendar").'

'; $output .= '' - .WebGUI::International::get(77,"EventsCalendar").'

' if ($session{form}{rid}); + .WebGUI::International::get(77,"EventsCalendar").'

' if (($session{form}{rid} ne "") and ($session{form}{rid} ne "0")); $output .= ''.WebGUI::International::get(78,"EventsCalendar").''; $output .= '

'; return return WebGUI::Style::process($output,$self->getParent->getValue("styleTemplateId"));