From: Jan Schneider Date: Fri, 20 Nov 2009 17:31:41 +0000 (+0100) Subject: Remove BC code. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=28a806e5e2aa18ad8d6e7ffdd7ce3cd7d66e1887;p=horde.git Remove BC code. --- diff --git a/framework/Notification/lib/Horde/Notification/Listener/Status.php b/framework/Notification/lib/Horde/Notification/Listener/Status.php index 30d4df766..03ad50fb8 100644 --- a/framework/Notification/lib/Horde/Notification/Listener/Status.php +++ b/framework/Notification/lib/Horde/Notification/Listener/Status.php @@ -66,7 +66,7 @@ class Horde_Notification_Listener_Status extends Horde_Notification_Listener if ($store) { $this->_notifiedStack[] = $message; } else { - echo preg_replace('/^

(.*)<\/p>$/', '

  • $1
  • ', $message); + echo $message; } }