Changeset 25071 for extensions/Piwecard/include/piwecard.class.php
- Timestamp:
- Oct 22, 2013, 11:23:21 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/Piwecard/include/piwecard.class.php
r24974 r25071 437 437 } 438 438 439 $this->mail($email_infos);440 441 439 // Add the copy to expe if param. 442 440 if (isset($_POST['ecard_copy'])) // send copy to sender 443 441 $email_infos['bcc'] = $email_infos['from_email']; 444 442 443 $this->mail($email_infos); 444 445 445 //Insert into database 446 446 $insert = array(
Note: See TracChangeset
for help on using the changeset viewer.