mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 16:44:28 +00:00
Sync Person (email an fas_sync)
This commit is contained in:
@@ -23,8 +23,8 @@ $conn_fas=pg_connect(CONN_STRING_FAS) or die("Connection zur FAS Datenbank fehlg
|
||||
|
||||
//set_time_limit(60);
|
||||
|
||||
$adress='[email protected]; [email protected]';
|
||||
//$adress='[email protected]';
|
||||
//$adress='[email protected]; [email protected]';
|
||||
$adress='[email protected]';
|
||||
|
||||
$error_log='';
|
||||
$text = '';
|
||||
@@ -221,7 +221,7 @@ else
|
||||
echo nl2br("\n".$error_log);
|
||||
echo nl2br("\n\nGesamt: $anzahl_quelle / Eingefügt: $anzahl_eingefuegt / Fehler: $anzahl_fehler");
|
||||
$error_log="Person Sync\n-------------\n\nGesamt: $anzahl_quelle / Eingefügt: $anzahl_eingefuegt / Fehler: $anzahl_fehler\n\n".$error_log;
|
||||
mail($adress, 'SYNC Personen', $error_log);
|
||||
mail($adress, 'SYNC Personen', $error_log,"From: [email protected]");
|
||||
?>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user