ports beim erstellen des types erstellen

This commit is contained in:
2026-02-11 15:25:52 +01:00
parent 0d3c6e1ae7
commit a6b56ffd75
7 changed files with 199 additions and 33 deletions

View File

@@ -59,7 +59,7 @@ if ($rackId > 0) {
// INSERT
$sql->set(
"INSERT INTO racks (name, floor_id, height_he, comment) VALUES (?, ?, ?, ?)",
"sii s",
"siis",
[$name, $floorId, $heightHe, $comment]
);
}