From: Jan Schneider Date: Wed, 3 Mar 2010 11:17:38 +0000 (+0100) Subject: There is no popup alarm method anymore. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=8ddb790cbb0c80d9613272b36336fd1b179e56a7;p=horde.git There is no popup alarm method anymore. --- diff --git a/kronolith/lib/Event.php b/kronolith/lib/Event.php index bff33cac4..17ea8945a 100644 --- a/kronolith/lib/Event.php +++ b/kronolith/lib/Event.php @@ -1140,13 +1140,6 @@ abstract class Kronolith_Event } } } - if (isset($methods['popup'])) { - $methods['popup']['message'] = $this->getTitle($user); - $description = $this->description; - if (!empty($description)) { - $methods['popup']['message'] .= "\n\n" . $description; - } - } if (isset($methods['mail'])) { $methods['mail']['body'] = sprintf( _("We would like to remind you of this upcoming event.\n\n%s\n\nLocation: %s\n\nDate: %s\nTime: %s\n\n%s"), diff --git a/nag/lib/Task.php b/nag/lib/Task.php index f195e28b9..ae5026f60 100644 --- a/nag/lib/Task.php +++ b/nag/lib/Task.php @@ -759,12 +759,6 @@ class Nag_Task { } } } - if (isset($methods['popup'])) { - $methods['popup']['message'] = $this->name; - if (!empty($this->desc)) { - $methods['popup']['message'] .= "\n\n" . $this->desc; - } - } if (isset($methods['mail'])) { $methods['mail']['body'] = sprintf( _("We would like to remind you of this due task.\n\n%s\n\nDate: %s\nTime: %s\n\n%s"),