mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 16:44:28 +00:00
change buchbar to zeitaufzeichnung
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user