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')
|
||||
{
|
||||
|
Reference in New Issue
Block a user