Zeiterfassung
Bugfix: * PHP Date statt Y o genommen damit die Kalenderwoche sich auf das richtige Jahr bezieht (nun auch für Reports)
This commit is contained in:
@@ -24,7 +24,7 @@ ksort($timerecordingUsers);
|
||||
|
||||
for ($i = 1; $i <= 25; $i++) {
|
||||
$kw = date('W', $time);
|
||||
$year = date('Y', $time);
|
||||
$year = date('o', $time);
|
||||
$timestamp_montag = strtotime("{$year}-W{$kw}");
|
||||
$timestamp_freitag = strtotime("{$year}-W{$kw}-7");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user