Changeset 29bee0a in github for program/steps/mail/func.inc


Ignore:
Timestamp:
Feb 11, 2008 5:39:29 PM (5 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
7f9ea15
Parents:
b85bf8b
Message:

Bring back missing download link for attachments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/steps/mail/func.inc

    r6726f0c r29bee0a  
    12051205    return ''; 
    12061206     
    1207   $part = &$MESSAGE['parts'][$part]; 
    1208    
     1207  $part = $MESSAGE['parts'][$part]; 
    12091208  $attrib_str = create_attrib_string($attrib, array('id', 'class', 'style', 'cellspacing', 'cellpadding', 'border', 'summary')); 
    12101209  $out = '<table '. $attrib_str . ">\n"; 
    12111210   
    1212   if ($filename) 
     1211  if ($part->filename) 
    12131212    { 
    12141213    $out .= sprintf('<tr><td class="title">%s</td><td>%s</td><td>[<a href="./?%s">%s</a>]</tr>'."\n", 
Note: See TracChangeset for help on using the changeset viewer.