kleine constant Fehler geändert
This commit is contained in:
@ -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
|
||||
?>
|
||||
?>
|
||||
|
Reference in New Issue
Block a user