Ignore:
Timestamp:
Oct 22, 2013, 11:23:21 AM (11 years ago)
Author:
plg
Message:

bug fixed: impossible to configure checkboxes on admin configuration page

sender_copy was not working

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Piwecard/include/piwecard.class.php

    r24974 r25071  
    437437                                                        }
    438438                                                       
    439                                                         $this->mail($email_infos);
    440                                                        
    441439                                                        // Add the copy to expe if param.
    442440                                                        if (isset($_POST['ecard_copy']))        // send copy to sender
    443441                                                                $email_infos['bcc'] = $email_infos['from_email'];
    444442
     443                                                        $this->mail($email_infos);
     444                                                       
    445445                                                        //Insert into database
    446446                                                        $insert = array(
Note: See TracChangeset for help on using the changeset viewer.