cleanup whitespace in lib/mail.php
darcs-hash:20081004174552-5ed1f-058eb6b0b12d96afa9c2cd635467f0fd6ff4e704.gz
This commit is contained in:
parent
a5a3548212
commit
3460da32cb
|
@ -269,6 +269,7 @@ function mail_notify_message($message, $from=NULL, $to=NULL) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function mail_notify_fave($other, $user, $notice) {
|
function mail_notify_fave($other, $user, $notice) {
|
||||||
|
|
||||||
$profile = $user->getProfile();
|
$profile = $user->getProfile();
|
||||||
$bestname = $profile->getBestName();
|
$bestname = $profile->getBestName();
|
||||||
$subject = sprintf(_('%s added your notice as a favorite'), $bestname);
|
$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);
|
mail_to_user($other, $subject, $body);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user