mirror of
https://github.com/WhatCD/Gazelle.git
synced 2025-02-21 20:59:02 +00:00
Empty commit
This commit is contained in:
parent
dc2328ef65
commit
a010224baa
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user