X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Fwhat-points.php;h=38065edd7bf3815c9847cfdaca24c3b4a8e0c9ef;hp=a55da246a53ee8c6f1f48e1df01ebaa01345fe7e;hb=3c0aa23a47aa3b10cdd296d1b0baa28708dc2080;hpb=6b09b7acfe748ff6fdf3904026c187cfe9648ed4 diff --git a/inc/modules/member/what-points.php b/inc/modules/member/what-points.php index a55da246a5..38065edd7b 100644 --- a/inc/modules/member/what-points.php +++ b/inc/modules/member/what-points.php @@ -152,7 +152,7 @@ if (isExtensionInstalledAndNewer('user', '0.1.2')) { if ($totalLocked == '0') $totalLocked = '0.00000'; // Remember several values in constants -$content['sum'] = ($totalPoints - getUserData('used_points'), false); +$content['sum'] = ($totalPoints - getUserData('used_points')); $content['tref'] = $totalReferals; $content['tlock'] = $totalLocked;