mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/13454] Remove unused variables
This is part 2 of the pr. PHPBB3-13454
This commit is contained in:
@@ -179,7 +179,6 @@ function phpbb_insert_forums()
|
||||
$db->sql_query($sql);
|
||||
|
||||
$cats_added[$unknown_cat_id] = $max_forum_id;
|
||||
$max_forum_id++;
|
||||
}
|
||||
|
||||
// Now insert the forums
|
||||
@@ -422,8 +421,6 @@ function phpbb_set_encoding($text, $grab_user_lang = true)
|
||||
}
|
||||
}
|
||||
|
||||
$encoding = $lang_enc_array[$get_lang];
|
||||
|
||||
return utf8_recode($text, $lang_enc_array[$get_lang]);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user