From b72fdd9acfc78f6cfb3b0bc21798e5d7d9bf0189 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 23 Jun 2014 22:38:58 +0200 Subject: [ticket/12612] Prefix _sort_last_active() with phpbb_ PHPBB3-12612 --- phpBB/includes/functions_display.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/includes/functions_display.php') diff --git a/phpBB/includes/functions_display.php b/phpBB/includes/functions_display.php index c6867d5e2e..5836d8816d 100644 --- a/phpBB/includes/functions_display.php +++ b/phpBB/includes/functions_display.php @@ -1588,7 +1588,7 @@ function phpbb_show_profile($data, $user_notes_enabled = false, $warn_user_enabl return $template_data; } -function _sort_last_active($first, $second) +function phpbb_sort_last_active($first, $second) { global $id_cache, $sort_dir; -- cgit v1.2.1