Hi,
i recieve this warning in User Management:
Warning: Division by zero in /libs/html1.php on line 224
-----------------------html1.php----------------
Line 223: $current = get_current_page();
Line 224: $total_pages=ceil($total/$page_size);
Line 225: $start=max($current-intval($index_limit/2), 1);
Line 226: $end=$start+$index_limit-1;
-----------------------html1.php----------------





Linear Mode




