More unused variables, whitespace
[lhc/web/wiklou.git] / includes / ChangeTags.php
index 3589560..58f56ef 100644 (file)
@@ -119,7 +119,6 @@ class ChangeTags {
                }
 
                // Figure out which conditions can be done.
-               $join_field = '';
                if ( in_array( 'recentchanges', $tables ) ) {
                        $join_cond = 'rc_id';
                } elseif( in_array( 'logging', $tables ) ) {