Fix to address
authorMichael J. Rubinsky <mrubinsk@horde.org>
Sat, 17 Jan 2009 20:56:46 +0000 (15:56 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Sat, 17 Jan 2009 20:56:46 +0000 (15:56 -0500)
kronolith/lib/Scheduler/kronolith.php

index a4eeb15..4cf214f 100644 (file)
@@ -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());