From 6f3c1180385846a13fdd098542b326c24ce809c2 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Thu, 22 Sep 2011 17:05:56 +0200 Subject: [PATCH] apps/calendar: check if variables are set before using them Signed-off-by: Florian Pritz --- apps/calendar/templates/part.eventform.php | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/apps/calendar/templates/part.eventform.php b/apps/calendar/templates/part.eventform.php index 5b12407330a..5bb072cc23b 100644 --- a/apps/calendar/templates/part.eventform.php +++ b/apps/calendar/templates/part.eventform.php @@ -2,13 +2,13 @@ t("Title");?>: - " value="" maxlength="100" name="title"/> + " value="" maxlength="100" name="title"/> t("Location");?>: - " value="" maxlength="100" name="location" /> + " value="" maxlength="100" name="location" /> @@ -19,6 +19,7 @@ ' . $calendar['displayname'] . ''; } ?> @@ -64,8 +66,10 @@ @@ -82,6 +86,6 @@ - +
t("Description");?>:
-- 2.39.5