kleine constant Fehler geändert

This commit is contained in:
aschwarz
2023-03-14 08:08:06 +01:00
parent 1bf9923edf
commit c00fb6812e
20 changed files with 163 additions and 163 deletions

View File

@ -72,13 +72,13 @@ require_once("func_verlauf.php");
$row_betang3 = $query_betang3->fetch_array();
#4
if($row_betang3[Anz] == 0){
if($row_betang3['Anz'] == 0){
#5
if($row_betang2[Anz] == $row_betang1[Anz] AND $row_betang1[Anz] > 0){
if($row_betang2['Anz'] == $row_betang1[Anz] AND $row_betang1[Anz] > 0){
verlauf($uid, $vid, "Alle Beteiligte angehört", 4, '');
}
}
}
?>
?>