git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@14870
7612ce4b-ef26-0410-bec9-
ea0150e637f0
$this_attachment['ContentType'] = sm_encode_html_special_chars($type0 .'/'. $type1);
$this_attachment['OtherLinks'] = array();
foreach ($links as $val) {
- if ($val['text']==_("Download") || $val['text'] == _("View"))
+ if ($val['text']==_("Download")) {
+ $this_attachment['DownloadHREF'] = $val['href'];
continue;
+ }
+ if ($val['text']==_("View")) {
+ $this_attachment['ViewHREF'] = $val['href'];
+ continue;
+ }
if (empty($val['text']) && empty($val['extra']))
continue;