Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2013-01-28 08:18:19 +01:00
commit 2d32200164

View File

@ -379,9 +379,12 @@ if ($GLOBALS['is_ajax_request']
&& ! isset($_REQUEST['db_specific'])
) {
$extra_data = PMA_getExtraDataForAjaxBehavior(
(isset ($password) ? $password : ''), $link_export,
(isset($password) ? $password : ''),
$link_export,
(isset($sql_query) ? $sql_query : ''),
$link_edit, $hostname, $username
$link_edit,
(isset($hostname) ? $hostname : ''),
(isset($username) ? $username : '')
);
if (! empty($message) && $message instanceof PMA_Message) {