Browse Source

php - typo

master
kanoi 10 years ago
parent
commit
2e39830d98
  1. 2
      pool/page_stats.php

2
pool/page_stats.php

@ -55,7 +55,7 @@ function dostats($data, $user)
$rate = 'T'; $rate = 'T';
$uhr /= 1000; $uhr /= 1000;
} }
$dsp = number_format($urh/100, 2).$rate.'Hs'; $dsp = number_format($uhr/100, 2).$rate.'Hs';
} }
$pg .= "<td class=dr>$dsp</td>"; $pg .= "<td class=dr>$dsp</td>";
$pg .= "</tr>\n"; $pg .= "</tr>\n";

Loading…
Cancel
Save