From bc5f95a433f330969a39348461e7968d4a628f2f Mon Sep 17 00:00:00 2001 From: defacer Date: Wed, 20 Apr 2005 21:09:26 +0000 Subject: [PATCH] Fixing a typo. --- calendar/event.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar/event.php b/calendar/event.php index ad37bef3903..5c4c73ccf3e 100644 --- a/calendar/event.php +++ b/calendar/event.php @@ -198,7 +198,7 @@ } else { foreach ($err as $key => $value) { - $focus = 'form'.$key; + $focus = 'form.'.$key; } } }