diff --git a/htdocs/index.php b/htdocs/index.php index 53f2af7..2acb4d1 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -41,7 +41,7 @@ include("db.php"); query("SELECT DISTINCT teacher FROM subjects ORDER BY teacher"); while($row = $res->fetch_assoc()){ - if ($row['teacher'] != "No Lezione") { + if ($row['teacher'] != "No Lezione" && $row['teacher'] != "sconosciuto") { $teacher_name = htmlspecialchars($row['teacher']); echo "