diff options
author | Benny Baumann <BenBE@geshi.org> | 2015-06-09 22:55:22 +0200 |
---|---|---|
committer | Benny Baumann <BenBE@geshi.org> | 2015-06-09 22:55:22 +0200 |
commit | de1eeb532805380bf7a747582c94fdfc62ce3401 (patch) | |
tree | 38641cfa85e58eff87e181848815a4faa08f1c72 /pages/account | |
parent | 52063341061ad1fa6907d055c769a3323c837032 (diff) | |
parent | eadb03311454c5dc6234c45a76eb5943612568e0 (diff) | |
download | cacert-devel-de1eeb532805380bf7a747582c94fdfc62ce3401.tar.gz cacert-devel-de1eeb532805380bf7a747582c94fdfc62ce3401.tar.xz cacert-devel-de1eeb532805380bf7a747582c94fdfc62ce3401.zip |
Merge branch 'bug-1042' into testserver-stable
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 a8af12d..279da15 100644 --- a/pages/account/43.php +++ b/pages/account/43.php @@ -398,7 +398,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 |