Opt out of pagination on user ticket logs.
Arantor

Arantor commited on 2011-12-19 15:59:57
Showing 1 changed files, with 1 additions and 1 deletions.

... ...
@@ -751,7 +751,7 @@ function shd_profile_actionlog($memID)
751 751
 	shd_load_language('sd_language/SimpleDeskProfile');
752 752
 
753 753
 	require_once($sourcedir . '/sd_source/Subs-SimpleDeskAdmin.php');
754
-	$context['action_log'] = shd_load_action_log_entries(0, 10, '', '', 'la.id_member = ' . $memID);
754
+	$context['action_log'] = shd_load_action_log_entries(-1, 10, '', '', 'la.id_member = ' . $memID);
755 755
 	$context['action_log_count'] = shd_count_action_log_entries('la.id_member = ' . $memID);
756 756
 	$context['action_full_log'] = allowedTo('admin_forum') || shd_allowed_to('admin_helpdesk', 0);
757 757
 
758 758