Changeset 139
- Timestamp:
- 12/26/07 20:17:19 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/RB-0.9/wp-infocard/wp/clickback.pw.php
r135 r139 120 120 $message = sprintf('Someone has recently attempted to change their email address at %s (%s) to be this email address. If you are the person who has triggered this change, please click on the link below to confirm. If you have received this email in error, please disregard.', pw_utils::getTitle(), pw_utils::getSuccessUrl()) . "\r\n\r\n"; 121 121 break; 122 case "cardvalidation": 123 $email_title = 'New Information Card Validation'; 124 $message = sprintf('Someone has recently attempted to change the information card associated with the account at this email address at %s (%s). If you are the person who has triggered this change, please click on the link below to confirm. If you have received this email in error, please disregard.', pw_utils::getTitle(), pw_utils::getSuccessUrl()) . "\r\n\r\n"; 125 break; 126 122 127 123 128 default:
