Changeset 1630


Ignore:
Timestamp:
11/12/09 15:04:33 (14 years ago)
Author:
rafaelraymundo
Message:

Ticket #747 - Acerta comparação email caixa alta/baixa na assinatura digital.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/inc/class.imap_functions.inc.php

    r1625 r1630  
    11361136                                                { 
    11371137                                                        $check_msg = $this->functions->getLang('Message untouched') . " "; 
    1138                                                         if($fromaddress == $certificado->dados['EMAIL']) 
     1138                                                        if(strtoupper($fromaddress) != strtoupper($certificado->dados['EMAIL'])) 
    11391139                                                        { 
    11401140                                                                $check_msg .= $this->functions->getLang('and') . " "; 
     
    11431143                                                        $sign[] = "<strong>".$check_msg."</strong>"; 
    11441144                                                } 
    1145                                                 if($fromaddress != $certificado->dados['EMAIL']) 
     1145                                                if(strtoupper($fromaddress) != strtoupper($certificado->dados['EMAIL'])) 
    11461146                                                { 
    11471147                                                        $sign[] =       "<span style=color:red>" . 
Note: See TracChangeset for help on using the changeset viewer.