From: Michael J. Rubinsky Date: Sat, 17 Jan 2009 20:56:46 +0000 (-0500) Subject: Fix to address X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=621ca8b265e4072cc9c8615938fc3ea088ef88a3;p=horde.git Fix to address --- 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());