kleine constant Fehler geändert

This commit is contained in:
aschwarz
2023-02-27 19:42:05 +01:00
parent bf2455f56d
commit 6f29ae3b4d
5 changed files with 34 additions and 34 deletions

View File

@ -795,7 +795,7 @@ oPopupBody.style.border = \"solid blue 1px\";
$days = 0;
$gestage = 0;
while ($rowdat = $resultdat->fetch_array()){
$days = floor((strtotime($rowdat[ende]) - strtotime($rowdat[beginn]))/86400);
$days = floor((strtotime($rowdat['ende']) - strtotime($rowdat['beginn']))/86400);
$gestage = $gestage + $days;
}