Testergebnisse importieren auf 3 Wochen rückwirkend verlängert

This commit is contained in:
aschwarz 2023-05-22 11:06:34 +02:00
parent 7da7aba6b4
commit 91fcaba4a5

View File

@ -35,7 +35,7 @@ if ($action == '') {
$query1 = "SELECT a.tm_id, date_format(tm_datum, '%a, %d.%m.%Y - %H:%i Uhr')tm_datum_form, tm_standort
FROM bpm_termine a, bpm_term_kand b
WHERE a.tm_id=b.tm_id
AND a.tm_datum > ADDDATE(now(), -7)
AND a.tm_datum > ADDDATE(now(), -21)
GROUP BY a.tm_id, tm_datum_form, tm_standort
ORDER BY tm_datum ASC";