From: Michael M Slusarz Date: Thu, 20 May 2010 16:20:41 +0000 (-0600) Subject: Not needed X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=454fa924b34034d2962c4c02f5087fd74a9273bd;p=horde.git Not needed --- diff --git a/imp/lib/Contents.php b/imp/lib/Contents.php index 332023ef8..ec27ff89e 100644 --- a/imp/lib/Contents.php +++ b/imp/lib/Contents.php @@ -806,7 +806,7 @@ class IMP_Contents $options['jstext'] = sprintf(_("View %s"), $mime_part->getDescription(true)); } - $url = Horde::popupJs(Horde::applicationUrl('view.php'), array('menu' => true, 'onload' => empty($options['onload']) ? '' : $options['onload'], 'params' => $this->_urlViewParams($mime_part, $actionID, isset($options['params']) ? $options['params'] : array()), 'urlencode' => true)) . 'return false;'; + $url = Horde::popupJs(Horde::applicationUrl('view.php'), array('menu' => true, 'onload' => empty($options['onload']) ? '' : $options['onload'], 'params' => $this->_urlViewParams($mime_part, $actionID, isset($options['params']) ? $options['params'] : array()), 'urlencode' => true)); return empty($options['widget']) ? Horde::link('#', $options['jstext'], empty($options['css']) ? null : $options['css'], null, $url) . $text . ''