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