We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dcb9b1 commit 7c07ae2Copy full SHA for 7c07ae2
settings/rewardReport.php
@@ -15,7 +15,7 @@
15
$stmt = $connection->prepare("SELECT SUM(amount) as total FROM `orders_list` WHERE `date` > ?");
16
$stmt->bind_param("i", $time);
17
$stmt->execute();
18
- $totalRewards = number_format($stmt->get_result()->fetch_assoc()['total']) . " تومان";
+ $totalRewards = number_format($stmt->get_result()->fetch_assoc()['total']);
19
$stmt->close();
20
21
$botState['lastRewardMessage']=time() + ($rewaredTime * 60 * 60);
0 commit comments