fixup! WIP: revamp projects: redesign webpage

This commit is contained in:
2025-12-19 14:47:07 +09:00
parent 579e4f09f5
commit b18d378577
9 changed files with 297 additions and 221 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ if (!$userManager->hasGroup($uname, 'prosjekt')) {
$projectID = $_GET['id'];
$query = 'DELETE FROM projects WHERE id=\'' . $projectID . '\'';
$query = 'DELETE FROM project WHERE id=\'' . $projectID . '\'';
$statement = $pdo->prepare($query);
$statement->execute();