- Timestamp:
- 01/27/10 10:18:24 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/modules/recurringinvoices/scheduler_recurr.php
r727 r771 405 405 $headers = "From: ".$to; 406 406 407 @ mail ($to,$subject,$message,$headers);407 @ mail($to,$subject,$message,$headers); 408 408 }// endwhile 409 409