summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--intern.gospeladlershof.de/code/erinnerung.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/intern.gospeladlershof.de/code/erinnerung.php b/intern.gospeladlershof.de/code/erinnerung.php
index 2234391..49bbcb7 100644
--- a/intern.gospeladlershof.de/code/erinnerung.php
+++ b/intern.gospeladlershof.de/code/erinnerung.php
@@ -45,14 +45,14 @@ if ( $error_msg != "" ) {
->useTube('contactme_mail')
->put(json_encode($data));
} else {
- if ( $count_proben <= 40 || $count_einsteiger < 1 ) {
+ if ( $count_proben <= 4 || $count_einsteiger < 1 ) {
// email schicken, da wenige proben in der datenbank vorhanden sind
//
$text_msg = 'Hi Lotte,
';
- if ( $count_proben <= 40 ) {
+ if ( $count_proben <= 4 ) {
$text_msg .= 'es sind nur noch ' . $count_proben . ' Proben eingetragen.';
$subject = "Wenige Proben";
@@ -68,6 +68,8 @@ Außerdem gibt es keinen Einsteigertermin. Bitte trage einen ein!';
$text_msg .= '
+https://intern.gospeladlershof.de/
+
Viele Grüße
Max';