Ignore:
Timestamp:
11/18/11 09:48:40 (12 years ago)
Author:
rafaelraymundo
Message:

Ticket #2316 - Filtro por tamanho não funciona.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.3/expressoMail1_2/inc/class.ScriptS.inc.php

    r5120 r5186  
    267267            $rule['to']         = $this->convert_specialchar($tmp1[4]); 
    268268            $tmpSubject         = $tmp1[5]; 
    269             $rule['subject']    = $rule['subject'] = " [\"" . $this->convert_specialchar($tmp1[5]) . "\", \"" . base64_encode($tmp1[5]) . "\"]"; 
     269            $rule['subject'] = $tmp1[5]; 
    270270            $rule['action']     = $tmp1[6]; 
    271271            $rule['action_arg'] = utf8_encode(preg_replace("/\\r\\n/", "\r\n", $tmp1[7])); 
     
    352352                    } 
    353353                    if ($rule['subject']) { 
     354                        $rule['subject'] = " [\"" . $this->convert_specialchar($rule['subject']) . "\", \"" . base64_encode($rule['subject']) . "\"]"; 
    354355                        if ($started) 
    355356                            $newruletext .= ", "; 
Note: See TracChangeset for help on using the changeset viewer.