Changeset 6d5dbae in github for program/steps/mail/compose.inc


Ignore:
Timestamp:
Jul 25, 2008 11:13:15 AM (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:
5f0724f
Parents:
94e38bb
Message:

Prefer File_Info over mime_content_type + detect mime type when uploading + some code style

File:
1 edited

Legend:

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

    r59200ca r6d5dbae  
    646646 
    647647    foreach ($_SESSION['compose']['attachments'] as $id => $a_prop) 
     648    { 
     649      if (empty($a_prop)) 
     650        continue; 
     651       
    648652      $out .= html::tag('li', array('id' => "rcmfile".$id), 
    649653        html::a(array( 
     
    652656            'onclick' => sprintf("return %s.command('remove-attachment','rcmfile%d', this)", JS_OBJECT_NAME, $id)), 
    653657          $button) . Q($a_prop['name'])); 
     658    } 
    654659  } 
    655660 
Note: See TracChangeset for help on using the changeset viewer.