From cdea8caa5617f0cb77bcbc9803759abd2df50644 Mon Sep 17 00:00:00 2001 From: Niklas Olmes Date: Fri, 24 Apr 2026 19:30:00 +0200 Subject: stipcrm --- stips.php | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 stips.php (limited to 'stips.php') diff --git a/stips.php b/stips.php new file mode 100644 index 0000000..88f6e28 --- /dev/null +++ b/stips.php @@ -0,0 +1,29 @@ + += " . $miny . " AND Jahr <= " . $maxy . " AND (Förderende > '2000-01-01 00:00:00' OR Förderende IS NULL OR Förderende = '0000-00-00 00:00:00') AND (ds.accepted=1 OR ds.accepted IS NULL)"; +} + +require_once __DIR__ . "/stips_common.php"; -- cgit v1.3.1