cleanup whitespace in lib/mail.php

darcs-hash:20081004174552-5ed1f-058eb6b0b12d96afa9c2cd635467f0fd6ff4e704.gz
This commit is contained in:
Evan Prodromou 2008-10-04 13:45:52 -04:00
parent a5a3548212
commit 3460da32cb

View File

@ -269,6 +269,7 @@ function mail_notify_message($message, $from=NULL, $to=NULL) {
}
function mail_notify_fave($other, $user, $notice) {
$profile = $user->getProfile();
$bestname = $profile->getBestName();
$subject = sprintf(_('%s added your notice as a favorite'), $bestname);
@ -287,4 +288,3 @@ function mail_notify_fave($other, $user, $notice) {
mail_to_user($other, $subject, $body);
}