1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/12612] Prefix _sort_last_active() with phpbb_

PHPBB3-12612
This commit is contained in:
Joas Schilling
2014-06-23 22:38:58 +02:00
parent 7575c478c7
commit b72fdd9acf
2 changed files with 2 additions and 2 deletions

View File

@@ -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;