From 29104ccc41c657ca56e0ea974b6659ef43b67c30 Mon Sep 17 00:00:00 2001 From: Rudolf Hangl Date: Tue, 20 Mar 2007 14:32:39 +0000 Subject: [PATCH] --- admin/sync/fas/sync_fas_vilesci_reihungstest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/sync/fas/sync_fas_vilesci_reihungstest.php b/admin/sync/fas/sync_fas_vilesci_reihungstest.php index e51603ef0..4e37be21a 100644 --- a/admin/sync/fas/sync_fas_vilesci_reihungstest.php +++ b/admin/sync/fas/sync_fas_vilesci_reihungstest.php @@ -171,7 +171,7 @@ echo nl2br("\nGesamt: $anzahl_quelle / Eingef echo nl2br("\n\n".$error_log); echo nl2br("\n\n".$ausgabe); $ausgabe="\nGesamt: $anzahl_quelle / Eingefügt: $anzahl_eingefuegt / Geändert: $anzahl_update / Fehler: $anzahl_fehler\n".$ausgabe; -$ausgabe="Telefonsync:\nGesamt: $anzahl_quelle / Eingefügt: $anzahl_eingefuegt / Geändert: $anzahl_update / Fehler: $anzahl_fehler\n\n".$ausgabe; +$ausgabe="Sync Reihungstest:\nGesamt: $anzahl_quelle / Eingefügt: $anzahl_eingefuegt / Geändert: $anzahl_update / Fehler: $anzahl_fehler\n\n".$ausgabe; if(strlen(trim($error_log))>0) { mail($adress, 'SYNC-Fehler Reihungstest von '.$_SERVER['HTTP_HOST'], $error_log,"From: vilesci@technikum-wien.at");