diff options
author | Felix Dörre <felix@dogcraft.de> | 2015-06-09 22:35:06 +0200 |
---|---|---|
committer | Felix Dörre <felix@dogcraft.de> | 2015-06-09 22:35:06 +0200 |
commit | 5ab9a7359bf42b9bd0219edb65b35366617eae69 (patch) | |
tree | f7becc90cecdbae29bf8b01c53f8879cd82f6310 /pages/account | |
parent | 0adfd095b66f6beb310ab1b95ecbe4ca8a15e9ab (diff) | |
download | cacert-devel-5ab9a7359bf42b9bd0219edb65b35366617eae69.tar.gz cacert-devel-5ab9a7359bf42b9bd0219edb65b35366617eae69.tar.xz cacert-devel-5ab9a7359bf42b9bd0219edb65b35366617eae69.zip |
bug 1042: show the new, correct points in SE-Console overview to stop confusing our supporters
Diffstat (limited to 'pages/account')
-rw-r--r-- | pages/account/43.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/account/43.php b/pages/account/43.php index e5d5a42..1fc792a 100644 --- a/pages/account/43.php +++ b/pages/account/43.php @@ -391,7 +391,7 @@ if(intval($_REQUEST['userid']) > 0) { ?> <tr> <td class="DataTD"><?=_("Assurance Points")?>:</td> - <td class="DataTD"><?=intval($drow['points'])?></td> + <td class="DataTD"><?=get_received_total_points(intval($row['id']))?></td> </tr> <? // show account history |