From 86a85b8bcc2898813fddc88dcd2e539f5267cdd2 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Thu, 3 Apr 2014 23:54:42 -0600 Subject: [PATCH] Notification lib is a basic framework; driver like Alarm seems to make more sense in application code --- .../lib/Horde/Notification/Handler/Decorator/Alarm.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/framework/Notification/lib/Horde/Notification/Handler/Decorator/Alarm.php b/framework/Notification/lib/Horde/Notification/Handler/Decorator/Alarm.php index 2072f13c201..43baa88f5fd 100644 --- a/framework/Notification/lib/Horde/Notification/Handler/Decorator/Alarm.php +++ b/framework/Notification/lib/Horde/Notification/Handler/Decorator/Alarm.php @@ -8,6 +8,8 @@ * See the enclosed file COPYING for license information (LGPL). If you * did not receive this file, see http://www.horde.org/licenses/lgpl21. * + * @todo Move this to Horde_Core/horde? + * * @author Jan Schneider * @category Horde * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1