diff --git a/main/tracking/courseLog.php b/main/tracking/courseLog.php index 15a910eee7..88e111da5e 100755 --- a/main/tracking/courseLog.php +++ b/main/tracking/courseLog.php @@ -483,6 +483,8 @@ if ($_GET['studentlist'] == 'false') { if ($export_csv) { $csv_content = array(); + //override the SortableTable "per page" limit if CSV + $_GET['users_tracking_per_page'] = 1000000; } $all_datas = array();