remove unused variable

This commit is contained in:
Dieter Adriaenssens 2013-01-24 17:10:09 +01:00
parent de34039b70
commit 3dec7c23a5

View File

@ -35,7 +35,7 @@ function PMA_languageCmp($a, $b)
*/
function PMA_getLanguageSelectorHtml($use_fieldset = false, $show_doc = true)
{
global $cfg, $lang;
global $lang;
$retval = '';