remove unused variable
This commit is contained in:
parent
de34039b70
commit
3dec7c23a5
@ -35,7 +35,7 @@ function PMA_languageCmp($a, $b)
|
||||
*/
|
||||
function PMA_getLanguageSelectorHtml($use_fieldset = false, $show_doc = true)
|
||||
{
|
||||
global $cfg, $lang;
|
||||
global $lang;
|
||||
|
||||
$retval = '';
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user