aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFriedrich Beckmann <friedrich.beckmann@gmx.de>2026-02-02 16:33:29 +0100
committerFriedrich Beckmann <friedrich.beckmann@gmx.de>2026-02-02 16:33:29 +0100
commite8db45aef779eac7fe3cc13a102b8809e324a132 (patch)
tree4ea78aeb0d7649b4f3ad542b0327ead5eafbd272
parent3a64ea6bb6239f8ca71573c7b06393c37fa0f3ae (diff)
remove test student and group entries in setup.phpHEADmaster
-rw-r--r--setup.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.php b/setup.php
index c718cc5..34324a4 100644
--- a/setup.php
+++ b/setup.php
@@ -56,7 +56,7 @@ $notenlabor = ["BE", "NB", "AB", "NM", "NA"];
$notenklausur = ["100","130","170","200","230","270","300","330","370","400","500"];
$notenamt = ["1"]; //amt is either 1 or not set, i.e ""
$notendelete = ["00", "000"]; //Unset value in database "00" for labor, "000" for klausur
-
+/*
$students = array (
"1234567" => array (
"vorname" => "Karl",
@@ -109,7 +109,7 @@ $groups = array (
)
)
);
-
+*/
db_read();
} //setupdone