From fae6ff96ec4ef9a0ef055ca8b66c32a5cb9fa082 Mon Sep 17 00:00:00 2001 From: kanoi Date: Tue, 9 Sep 2014 22:34:29 +1000 Subject: [PATCH] php - pplns correct total --- pool/page_pplns.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pool/page_pplns.php b/pool/page_pplns.php index 475569ea..610f00c4 100644 --- a/pool/page_pplns.php +++ b/pool/page_pplns.php @@ -140,7 +140,7 @@ Block: $pg .= ''; $pg .= "".number_format($tot_btc,8).""; $pg .= ''; - $pg .= ''.number_format($pay_btc,8).''; + $pg .= ''.number_format($tot_pay,8).''; $pg .= ''; $pg .= "\n";