Changeset 620

Show
Ignore:
Timestamp:
10/25/07 23:02:53 (1 year ago)
Author:
laurentj
Message:

fixed bug #314: Undefined variable error in jMailer.class.php

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.0beta3.x/lib/jelix/utils/jMailer.class.php

    r559 r620  
    495495        if(count($bad_rcpt) > 0) // Create error message 
    496496        { 
     497            $error = ''; 
    497498            for($i = 0; $i < count($bad_rcpt); $i++) 
    498499            { 
  • branches/1.0beta3.x/lib/jelix/utils/jMailer.class.php

    r559 r620  
    495495        if(count($bad_rcpt) > 0) // Create error message 
    496496        { 
     497            $error = ''; 
    497498            for($i = 0; $i < count($bad_rcpt); $i++) 
    498499            { 
  • trunk/lib/jelix/utils/jMailer.class.php

    r559 r620  
    495495        if(count($bad_rcpt) > 0) // Create error message 
    496496        { 
     497            $error = ''; 
    497498            for($i = 0; $i < count($bad_rcpt); $i++) 
    498499            { 
  • trunk/lib/jelix/utils/jMailer.class.php

    r559 r620  
    495495        if(count($bad_rcpt) > 0) // Create error message 
    496496        { 
     497            $error = ''; 
    497498            for($i = 0; $i < count($bad_rcpt); $i++) 
    498499            { 
Download in other formats: Unified Diff Zip Archive