Skip to content
Snippets Groups Projects
Commit 457b68fd authored by Tim Repke's avatar Tim Repke
Browse files

fixed mail export format

parent c79e805d
No related branches found
No related tags found
No related merge requests found
......@@ -205,8 +205,8 @@ else{
$text .= '<textarea style="height:300px; width:800px" id="mails">'.$dsa;
foreach($mails as $mehl){
$text .= "\"".$mehl['forname']." ".$mehl['sirname']."\" ".$mehl['mehl']."; ";
$ajax .= "\"".$mehl['forname']." ".$mehl['sirname']."\" ".$mehl['mehl']."; ";
$text .= $mehl['forname']." ".$mehl['sirname']." <".$mehl['mehl'].">; ";
$ajax .= $mehl['forname']." ".$mehl['sirname']." <".$mehl['mehl'].">; ";
}
$text .= '</textarea>';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment