This commit is contained in:
Rudolf Hangl
2007-09-12 12:04:10 +00:00
parent 41f6724336
commit 088cb3e4e4
2 changed files with 3 additions and 1 deletions
@@ -154,6 +154,7 @@ if($result = pg_query($conn_fas, $qry))
//echo nl2br($text); //echo nl2br($text);
echo nl2br("\nGesamt: $anzahl_quelle / Eingefügt: $anzahl_eingefuegt / Fehler: $anzahl_fehler"); echo nl2br("\nGesamt: $anzahl_quelle / Eingefügt: $anzahl_eingefuegt / Fehler: $anzahl_fehler");
echo nl2br("\n".$error_log); echo nl2br("\n".$error_log);
echo nl2br("\n".$ausgabe_all);
if(strlen(trim($error_log))>0) if(strlen(trim($error_log))>0)
{ {
mail($adress, 'SYNC-Fehler Bankverbindung von '.$_SERVER['HTTP_HOST'], $error_log,"From: [email protected]"); mail($adress, 'SYNC-Fehler Bankverbindung von '.$_SERVER['HTTP_HOST'], $error_log,"From: [email protected]");
+2 -1
View File
@@ -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($text);
echo nl2br("\n".$error_log); 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\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; $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) if(strlen(trim($error_log))>0)
{ {