Merge branch 'BUG-13262/FASUnschoeneFehlerMeldung'

This commit is contained in:
Andreas Österreicher
2021-06-14 13:13:44 +02:00
2 changed files with 8 additions and 2 deletions
-1
View File
@@ -415,6 +415,5 @@ class datum
{
return intval(substr($timestring, 0, 2)) + intval(substr($timestring, 3, 2)) / 60;
}
}
?>