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.
2 parents f855e06 + 7f8b339 commit 3359dd0Copy full SHA for 3359dd0
require/stats/Stats.php
@@ -106,7 +106,7 @@ public function showForm($form){
106
while ($row = mysqli_fetch_object($res)) {
107
if($i <= 10){
108
$chart[$key]['count'][$i] = $row->c;
109
- $chart[$key]['name_value'][$i] = addslashes($row->name);
+ $chart[$key]['name_value'][$i] = addslashes($row->name ." (".$row->c.")");
110
$chart[$key]['name'] = [$key];
111
if($key == 'NB_OS'){
112
$chart[$key]['title'] = $l->g(783);
0 commit comments