Feature: Records per page is now user specific and persists with logout/login sessions

This commit is contained in:
johnnyq
2023-08-17 19:42:42 -04:00
parent 94caee4aa6
commit ce2ba6d3d2
8 changed files with 1009 additions and 1003 deletions

View File

@@ -38,9 +38,4 @@ if (!empty($_SESSION['alert_message'])) {
}
//Set Records Per Page
if (empty($_SESSION['records_per_page'])) {
$_SESSION['records_per_page'] = 10;
}
?>