From: Michael M Slusarz Date: Mon, 16 Nov 2009 21:06:15 +0000 (-0700) Subject: Remove superfluous spacing X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=9fb6b1db7097d2b2e98264baf3d34cbf99d1b380;p=horde.git Remove superfluous spacing --- diff --git a/framework/Notification/lib/Horde/Notification/Listener/Mobile.php b/framework/Notification/lib/Horde/Notification/Listener/Mobile.php index 575ae6b59..84a212340 100644 --- a/framework/Notification/lib/Horde/Notification/Listener/Mobile.php +++ b/framework/Notification/lib/Horde/Notification/Listener/Mobile.php @@ -62,8 +62,6 @@ class Horde_Notification_Listener_Mobile extends Horde_Notification_Listener_Sta while ($message = array_shift($messageStack)) { $this->getMessage($message); } - $t = &$this->_mobile->add(new Horde_Mobile_text("\n")); - $t->set('linebreaks', true); } }