Empty commit

This commit is contained in:
Git 2014-03-01 08:00:31 +00:00
parent dc2328ef65
commit a010224baa

View File

@ -749,7 +749,9 @@ public static function get_forum_description() {
}
private static function get_pm_body($Source, $Currency, $DonationAmount, $ReceivedRank, $CurrentRank) {
$DonationAmount = number_format($DonationAmount, 2);
if ($Currency != 'BTC') {
$DonationAmount = number_format($DonationAmount, 2);
}
if ($Source == 'Store Parser') {
$String = "[*][b]You Contributed:[/b] $DonationAmount $Currency";
} else {