mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/13454] Remove unused variables
Part 4 PHPBB3-13454
This commit is contained in:
@@ -561,7 +561,7 @@ function phpbb_copy_table_fields()
|
||||
*/
|
||||
function phpbb_convert_authentication($mode)
|
||||
{
|
||||
global $db, $src_db, $same_db, $convert, $user, $config, $cache;
|
||||
global $db, $src_db, $same_db, $convert, $config;
|
||||
|
||||
if ($mode == 'start')
|
||||
{
|
||||
|
@@ -628,7 +628,6 @@ function utf8_new_case_fold_nfkc($text, $option = 'full')
|
||||
"\xF0\x9D\x9E\xBB" => "\xCF\x83",
|
||||
"\xF0\x9D\x9F\x8A" => "\xCF\x9D",
|
||||
);
|
||||
global $phpbb_root_path, $phpEx;
|
||||
|
||||
// do the case fold
|
||||
$text = utf8_new_case_fold($text, $option);
|
||||
|
Reference in New Issue
Block a user