From 621ca8b265e4072cc9c8615938fc3ea088ef88a3 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Sat, 17 Jan 2009 15:56:46 -0500 Subject: [PATCH] Fix to address --- kronolith/lib/Scheduler/kronolith.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kronolith/lib/Scheduler/kronolith.php b/kronolith/lib/Scheduler/kronolith.php index a4eeb1526..4cf214fec 100644 --- a/kronolith/lib/Scheduler/kronolith.php +++ b/kronolith/lib/Scheduler/kronolith.php @@ -233,7 +233,7 @@ class Horde_Scheduler_kronolith extends Horde_Scheduler { String::setDefaultCharset(NLS::getCharset()); $mime_mail = new Horde_Mime_Mail(sprintf(_("Your daily agenda for %s"), strftime($dateFormat, $this->_runtime)), null, - 'CalendarReminders:;', + $email, $GLOBALS['conf']['reminder']['from_addr'], NLS::getCharset()); -- 2.11.0