mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/12612] Prefix custom UCP module function with phpbb_
PHPBB3-12612
This commit is contained in:
@@ -3549,7 +3549,7 @@ function phpbb_get_banned_user_ids($user_ids = array(), $ban_end = true)
|
||||
/**
|
||||
* Function for assigning a template var if the zebra module got included
|
||||
*/
|
||||
function _module_zebra($mode, &$module_row)
|
||||
function phpbb_module_zebra($mode, &$module_row)
|
||||
{
|
||||
global $template;
|
||||
|
||||
|
Reference in New Issue
Block a user