diff --git a/scripts/56at-ate-oberwart-email.txt b/scripts/56at-ate-oberwart-email.txt index 4c9e8f7..b15f82e 100644 --- a/scripts/56at-ate-oberwart-email.txt +++ b/scripts/56at-ate-oberwart-email.txt @@ -41,7 +41,7 @@ Wiki [https://wiki.cacert.org/Events/2014-06-27-ATEOberwart] Teilnehmer Registrierung mit Rueckantwort: - 'Ich moechte am ATE-Linz teilnehmen' + 'Ich moechte am ATE-Oberwart teilnehmen' Das Veranstaltungs-Team freut sich schon auf Eure Teilnahme. @@ -86,10 +86,8 @@ The working language of this event is GERMAN Details to the location can be found: Wiki [https://wiki.cacert.org/Events/2014-06-27-ATEOberwart] -User reply for registration: 'I will attend the ATE-Linz' +User reply for registration: 'I will attend the ATE-Oberwart' The event team is looking forward for your attendance: Contact: events@cacert.org - - diff --git a/scripts/56at-ate-oberwart-mail.php.txt b/scripts/56at-ate-oberwart-mail.php.txt index 8aff781..1035f17 100644 --- a/scripts/56at-ate-oberwart-mail.php.txt +++ b/scripts/56at-ate-oberwart-mail.php.txt @@ -19,7 +19,7 @@ include_once("../includes/mysql.php"); $lines = ""; - $fp = fopen("54at-ate-linz-email.txt", "r"); + $fp = fopen("56at-ate-oberwart-email.txt", "r"); while(!feof($fp)) { $line = trim(fgets($fp, 4096)); @@ -105,7 +105,7 @@ $locid = 1356196; // Oberwart, Burgenland, Germany - $eventname = "ATE-Oberwart"; + $eventname = "ATE-Oberwart (Korrektur)"; $city = "27. Juni 2014"; $query = "select * from `locations` where `id`='$locid'"; @@ -145,5 +145,3 @@ echo "invitation sent to $xrows recipients.\n"; ?> - -