mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Feature: Records per page is now user specific and persists with logout/login sessions
This commit is contained in:
@@ -38,9 +38,4 @@ if (!empty($_SESSION['alert_message'])) {
|
||||
|
||||
}
|
||||
|
||||
//Set Records Per Page
|
||||
if (empty($_SESSION['records_per_page'])) {
|
||||
$_SESSION['records_per_page'] = 10;
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user