Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2012-09-22 09:37:28 +02:00
commit 2c9efacb0b
2 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,6 @@ class PMA_Footer
$this->_scripts = new PMA_Scripts();
$this->_isMinimal = false;
$this->_addDefaultScripts();
unset($POST);
}
/**

View File

@ -58,6 +58,7 @@ class PMA_Footer_Test extends PHPUnit_Framework_TestCase
unset($GLOBALS['error_message']);
unset($GLOBALS['sql_query']);
$GLOBALS['error_handler'] = new PMA_Error_Handler();
unset($_POST);
}
/**