This commit is contained in:
Naiel
2026-02-02 10:20:31 +00:00
parent 9799d8534d
commit 33f97a77a3
2 changed files with 4 additions and 2 deletions

View File

@@ -1597,6 +1597,7 @@ $view = $current_project ? "project" : "list";
}
$aularios = list_aularios($centro_id);
foreach ($aularios as $other_aulario):
//echo $other_aulario["id"] . "-" . $aulario_id;
if ($other_aulario["id"] === $aulario_id) {
continue;
}