diff --git a/system/sync/fas/sync_fas_vilesci_bankverbindung.php b/system/sync/fas/sync_fas_vilesci_bankverbindung.php index fe8edb5e3..dcf1399e1 100644 --- a/system/sync/fas/sync_fas_vilesci_bankverbindung.php +++ b/system/sync/fas/sync_fas_vilesci_bankverbindung.php @@ -154,6 +154,7 @@ if($result = pg_query($conn_fas, $qry)) //echo nl2br($text); echo nl2br("\nGesamt: $anzahl_quelle / Eingefügt: $anzahl_eingefuegt / Fehler: $anzahl_fehler"); echo nl2br("\n".$error_log); +echo nl2br("\n".$ausgabe_all); if(strlen(trim($error_log))>0) { mail($adress, 'SYNC-Fehler Bankverbindung von '.$_SERVER['HTTP_HOST'], $error_log,"From: vilesci@technikum-wien.at"); diff --git a/system/sync/fas/sync_fas_vilesci_email.php b/system/sync/fas/sync_fas_vilesci_email.php index e49f415ac..ca9b1acf2 100644 --- a/system/sync/fas/sync_fas_vilesci_email.php +++ b/system/sync/fas/sync_fas_vilesci_email.php @@ -181,7 +181,7 @@ if($result = pg_query($conn_fas, $qry)) } } } - echo nl2br($ausgabe); + //echo nl2br($ausgabe); } } } @@ -191,6 +191,7 @@ echo nl2br("Emailsynchro Ende: ".date("d.m.Y H:i:s")." von ".$_SERVER['HTTP_HOST //echo nl2br($text); echo nl2br("\n".$error_log); echo nl2br("\n\nE-Mailsync:\nGesamt: $anzahl_quelle / Eingefügt: $anzahl_eingefuegt / Geändert: $anzahl_update / Fehler: $anzahl_fehler"); +echo nl2br("\n".$ausgabe); $ausgabe="E-Mailsync:\nGesamt: $anzahl_quelle / Eingefügt: $anzahl_eingefuegt / Geändert: $anzahl_update / Fehler: $anzahl_fehler\n\n".$ausgabe; if(strlen(trim($error_log))>0) {