Update database_settings.php

This commit is contained in:
jakani24
2024-04-01 11:27:42 +02:00
parent 5ecf7c6ffb
commit 47d3860550

View File

@@ -249,8 +249,8 @@ async function add_item(db,element_id1,field1,element_id2,field2){ //we have two
echo '<tbody>';
$start=$offset*page_size;
$stop=$start+page_size;
$start=$offset*$page_size;
$stop=$start+$page_size;
for($i=$start;$i<$stop;$i++){
if($i<=$total_entries){