Changeset 709
- Timestamp:
- 05/09/08 04:01:34 (7 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.3/A2Billing_AGI/libs_a2billing/crontjob/a2billing_batch_process.php
r78 r709 208 208 $mail_content .= "\n\nTotal card updated = ".$totalcardperform; 209 209 $mail_content .= "\nTotal credit removed = ".$totalcredit; 210 mail($myservice[12], " A2BILLING RECURSING SERVICES : REPORT", $mail_content);210 mail($myservice[12], "RECURRING SERVICES : REPORT", $mail_content); 211 211 } 212 212 trunk/Cronjobs/a2billing_batch_process.php
r546 r709 208 208 $mail_content .= "\n\nTotal card updated = ".$totalcardperform; 209 209 $mail_content .= "\nTotal credit removed = ".$totalcredit; 210 mail($myservice[12], " A2BILLING RECURSING SERVICES : REPORT", $mail_content);210 mail($myservice[12], "RECURRING SERVICES : REPORT", $mail_content); 211 211 } 212 212
