mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Removed Records per page as a setting and added it as session variable define at 10 by default when logged in DB Structure Updated
This commit is contained in:
@@ -76,4 +76,9 @@ scratch. This page gets rid of all links and provides the needed markup only.
|
||||
|
||||
}
|
||||
|
||||
//Set Records Per Page
|
||||
if(empty($_SESSION['records_per_page'])){
|
||||
$_SESSION['records_per_page'] = 10;
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user