change buchbar to zeitaufzeichnung

This commit is contained in:
OliiverHacker
2021-04-01 18:29:19 +02:00
parent 8a672780b2
commit 131ec0e33c
13 changed files with 67 additions and 67 deletions
+3 -3
View File
@@ -82,13 +82,13 @@ function saveProjektphase($username, $passwort, $phase)
$projektphase->updatevon = $user;
$projektphase->updateamum = date('Y-m-d H:i:s');
if($phase->buchbar=='true')
if($phase->zeitaufzeichnung=='true')
{
$projektphase->buchbar = true;
$projektphase->zeitaufzeichnung = true;
}
else
{
$projektphase->buchbar = false;
$projektphase->zeitaufzeichnung = false;
}
if($phase->neu=='true')