mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 13:30:25 +02:00
[ticket/13454] Remove unused variables
Part 4 PHPBB3-13454
This commit is contained in:
@@ -729,8 +729,6 @@ class p_master
|
||||
*/
|
||||
function get_parents($parent_id, $left_id, $right_id, &$all_parents)
|
||||
{
|
||||
global $db;
|
||||
|
||||
$parents = array();
|
||||
|
||||
if ($parent_id > 0)
|
||||
@@ -822,7 +820,7 @@ class p_master
|
||||
// Make sure the module_url has a question mark set, effectively determining the delimiter to use
|
||||
$delim = (strpos($module_url, '?') === false) ? '?' : '&';
|
||||
|
||||
$current_padding = $current_depth = 0;
|
||||
$current_depth = 0;
|
||||
$linear_offset = 'l_block1';
|
||||
$tabular_offset = 't_block2';
|
||||
|
||||
|
Reference in New Issue
Block a user