There was a mistake in the php.txt file so the wrong text was sent as it took

the text for the 54-ATE in Linz. The mailing will be resent with a changed
subject line: ATE-Oberwart (Korrektur) - 27. Juni 2014.
pull/1/head
Wytze van der Raay 10 years ago
parent f69b3a9874
commit cb1ee532ad

@ -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

@ -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";
?>

Loading…
Cancel
Save