Kleine Fehlerkorrekturen

This commit is contained in:
aschwarz
2023-04-14 11:56:50 +02:00
parent dca6720ffa
commit 9943b7fed9
15 changed files with 120 additions and 120 deletions

View File

@ -15,7 +15,7 @@ $anm_schluss = $db->query("SELECT DATE_Format(fachprojekt_einsicht, '%Y-%m-%d')A
$row_schluss = $anm_schluss->fetch_array(); // Herausfinden des Beginndatums des vom Studenten gewählten Kurses
$a = strtotime ($heute_format); //Umrechnung des Fristgrenztages in eine Zahl
$b = strtotime ($row_schluss[datum]); // Umrechnung des Beginndatums in eine Zahl
$b = strtotime ($row_schluss['datum']); // Umrechnung des Beginndatums in eine Zahl
if ($a < $b){
echo "