From 45105e6f5f78f621741ebc0188d59437828a9b8c Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Thu, 11 Nov 2010 17:50:30 +0100 Subject: [PATCH] Use Horde_String. --- kronolith/templates/agenda/notification.plain.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kronolith/templates/agenda/notification.plain.php b/kronolith/templates/agenda/notification.plain.php index 3970e569a..0208ea1e1 100644 --- a/kronolith/templates/agenda/notification.plain.php +++ b/kronolith/templates/agenda/notification.plain.php @@ -3,9 +3,9 @@ events as $event): ?> isAllDay()): ?> -pad) . $event->title ?> +pad) . $event->title ?> -start->format($this->timeformat) . ':', $this->pad) . $event->title ?> +start->format($this->timeformat) . ':', $this->pad) . $event->title ?> -- 2.11.0