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.
This commit is contained in:
parent
f69b3a9874
commit
cb1ee532ad
2 changed files with 4 additions and 8 deletions
|
@ -41,7 +41,7 @@ Wiki [https://wiki.cacert.org/Events/2014-06-27-ATEOberwart]
|
||||||
|
|
||||||
|
|
||||||
Teilnehmer Registrierung mit Rueckantwort:
|
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.
|
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:
|
Details to the location can be found:
|
||||||
Wiki [https://wiki.cacert.org/Events/2014-06-27-ATEOberwart]
|
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:
|
The event team is looking forward for your attendance:
|
||||||
|
|
||||||
Contact: events@cacert.org
|
Contact: events@cacert.org
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
include_once("../includes/mysql.php");
|
include_once("../includes/mysql.php");
|
||||||
|
|
||||||
$lines = "";
|
$lines = "";
|
||||||
$fp = fopen("54at-ate-linz-email.txt", "r");
|
$fp = fopen("56at-ate-oberwart-email.txt", "r");
|
||||||
while(!feof($fp))
|
while(!feof($fp))
|
||||||
{
|
{
|
||||||
$line = trim(fgets($fp, 4096));
|
$line = trim(fgets($fp, 4096));
|
||||||
|
@ -105,7 +105,7 @@
|
||||||
|
|
||||||
|
|
||||||
$locid = 1356196; // Oberwart, Burgenland, Germany
|
$locid = 1356196; // Oberwart, Burgenland, Germany
|
||||||
$eventname = "ATE-Oberwart";
|
$eventname = "ATE-Oberwart (Korrektur)";
|
||||||
$city = "27. Juni 2014";
|
$city = "27. Juni 2014";
|
||||||
|
|
||||||
$query = "select * from `locations` where `id`='$locid'";
|
$query = "select * from `locations` where `id`='$locid'";
|
||||||
|
@ -145,5 +145,3 @@
|
||||||
echo "invitation sent to $xrows recipients.\n";
|
echo "invitation sent to $xrows recipients.\n";
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue