From: Jan Schneider Date: Wed, 9 Dec 2009 14:19:33 +0000 (+0100) Subject: Fix parentheses. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=960517f3e9b7519697b766da39139a7e6e6dc5aa;p=horde.git Fix parentheses. --- diff --git a/kronolith/templates/view/view.inc b/kronolith/templates/view/view.inc index 7013a001b..86dfb7267 100644 --- a/kronolith/templates/view/view.inc +++ b/kronolith/templates/view/view.inc @@ -160,7 +160,7 @@ if ($this->event->isInitialized() && $this->event->alarm > 0): hasMethod('mail/compose'); foreach ($attendees as $email => $status): $full = empty($status['name']) ? $email : Horde_Mime_Address::trimAddress($status['name'] . (strpos($email, '@') === false ? '' : ' <' . $email . '>')) ?> - call('mail/compose', array(array('to' => $full)))->link(array('title' => sprintf(_("Send an email to %s"), empty($status['name']) ? $email : $status['name']))) . htmlspecialchars($full) . '') : htmlspecialchars($full) ?> + call('mail/compose', array(array('to' => $full))))->link(array('title' => sprintf(_("Send an email to %s"), empty($status['name']) ? $email : $status['name']))) . htmlspecialchars($full) . '') : htmlspecialchars($full) ?>