Changeset 1563 in subversion


Ignore:
Timestamp:
Jun 20, 2008 6:43:24 AM (5 years ago)
Author:
thomasb
Message:

Indent with spaces and not tabs

File:
1 edited

Legend:

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

    r1553 r1563  
    753753  // list images after mail body 
    754754  if (get_boolean($attrib['showimages'])  
    755         && $CONFIG['inline_images'] 
    756         && $ctype_primary == 'multipart' 
    757         && !empty($MESSAGE->attachments)  
    758         && !strstr($message_body, '<html')) 
     755      && $CONFIG['inline_images'] 
     756      && $ctype_primary == 'multipart' 
     757      && !empty($MESSAGE->attachments)  
     758      && !strstr($message_body, '<html')) 
    759759    { 
    760760    foreach ($MESSAGE->attachments as $attach_prop) { 
Note: See TracChangeset for help on using the changeset viewer.