Changeset 1695 for trunk/admin/mail.php
- Timestamp:
- 08/25/08 15:15:36 (4 months ago)
- Files:
-
- 1 modified
-
trunk/admin/mail.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/mail.php
r1540 r1695 44 44 45 45 // Remove the last , from the recipient 46 $recipient = rtrim($recipient,", ");46 $recipient = rtrim($recipient,", "); 47 47 48 48 // Set the vars on the object
