mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 10:22:18 +00:00
Diverse Bugfixes für Syncro Scripte
This commit is contained in:
@@ -39,6 +39,7 @@ $anzahl_insert=0;
|
||||
$anzahl_update=0;
|
||||
$anzahl_delete=0;
|
||||
$anzahl_fehler=0;
|
||||
$starttime = date("d.m.Y H:i:s");
|
||||
|
||||
?>
|
||||
<html>
|
||||
@@ -157,7 +158,7 @@ if($result=pg_query($conn_wawi, $qry))
|
||||
|
||||
//Mail versenden
|
||||
$statistik="Aufteilung Default Sync\n--------------\n";
|
||||
$statistik.="Beginn: ".date("d.m.Y H:i:s")." von ".DB_NAME." - Anzahl Einträge: ".$anzahl_aufteilungen."\n\n";
|
||||
$statistik.="Beginn: ".$starttime." von ".DB_NAME." - Anzahl Einträge: ".$anzahl_aufteilungen."\n\n";
|
||||
$statistik.="\nEingefügte Datensätze: $anzahl_insert";
|
||||
$statistik.="\nGeänderte Datensätze: $anzahl_update";
|
||||
$statistik.="\nFehler: $anzahl_fehler\n";
|
||||
|
||||
Reference in New Issue
Block a user