Ignore:
Timestamp:
09/24/10 16:20:17 (14 years ago)
Author:
rafaelraymundo
Message:

Ticket #1275 - anexos com caracteres especiais convertidos para underline.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/mobile/inc/class.ui_mobilemail.inc.php

    r3248 r3289  
    203203                        $p->set_var('reply_all', "index.php?menuaction=mobile.ui_mobilemail.new_msg&msg_number=$msg_number&msg_folder=$msg_folder&reply_all=true"); 
    204204                        $p->set_var('forward', "index.php?menuaction=mobile.ui_mobilemail.new_msg&msg_number=$msg_number&msg_folder=$msg_folder&forward=true"); 
    205                         if (!empty($msg['attachments']) && !empty($msg['attachments']['names'])) 
     205                        if (!empty($msg['attachments'])) 
    206206                        { 
    207207                                $attachs = "<br>".lang("This message has the follow attachments:")."<br>"; 
Note: See TracChangeset for help on using the changeset viewer.