dev auf main #68

Open
niklas.ortmann wants to merge 1044 commits from devNachCSRF into main
Showing only changes of commit cbb662d159 - Show all commits
+2 -2
View File
@@ -27,8 +27,8 @@ if ($currentPage < 1) {
$offset = ($currentPage - 1) * $limit;
// Nur die Ergebnisse für die aktuelle Seite ausschneiden
//$results = array_slice($all_results, $offset, $limit);
$results = $all_results;
$results = array_slice($all_results, $offset, $limit);
//$results = $all_results;
$resultCount = count($results);
?>