kleine constant Fehler geändert

This commit is contained in:
aschwarz
2023-02-27 09:58:09 +01:00
parent e052afc24b
commit 4da9105a06
5 changed files with 13 additions and 13 deletions

View File

@ -199,7 +199,7 @@ echo "
while ($row = $result->fetch_array()){ // While Schleife für hidden Button im Value (Vorgabewert) hidden, damit man nichts verändern kann
$empfaenger .= "$row[mail],";
if($row[mail2] != ''){
if($row['mail2'] != ''){
$empfaenger .= "$row[mail2],";
}
}
@ -460,4 +460,4 @@ echo"
} //Ende Action
?>
?>