This commit is contained in:
2024-01-18 10:24:13 +01:00
7 changed files with 9 additions and 20 deletions

View File

@@ -13,7 +13,7 @@ if ($_SESSION["typeU"] == "comptable") {
}
} else {
$userId = $_SESSION['uId'];
}
}
//Pagination
if(isset($_GET['page']) && !empty($_GET['page'])){