Not needed
authorMichael M Slusarz <slusarz@curecanti.org>
Thu, 20 May 2010 16:20:41 +0000 (10:20 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 20 May 2010 16:20:54 +0000 (10:20 -0600)
imp/lib/Contents.php

index 332023e..ec27ff8 100644 (file)
@@ -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 . '</a>'