testing
This commit is contained in:
@@ -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);
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user