mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Feature: Records per page is now user specific and persists with logout/login sessions
This commit is contained in:
@@ -42,6 +42,7 @@ if ($session_user_role == 3) {
|
||||
} else {
|
||||
$session_user_role_display = "Accountant";
|
||||
}
|
||||
$user_config_records_per_page = intval($row['user_config_records_per_page']);
|
||||
|
||||
$sql = mysqli_query($mysqli, "SELECT * FROM companies WHERE company_id = 1");
|
||||
$row = mysqli_fetch_array($sql);
|
||||
|
||||
Reference in New Issue
Block a user