Testergebnisse importieren auf 3 Wochen rückwirkend verlängert
This commit is contained in:
parent
d382ef2545
commit
5c8fa2ff3d
@ -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 dvm_termine a, dvm_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";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user