Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2016-11-15 15:20:26 +01:00
commit aaa3901406

View File

@ -1444,7 +1444,10 @@ function PMA_RTN_handleExecute()
$GLOBALS['dbi']->freeResult($result);
} while ($GLOBALS['dbi']->nextResult());
} while ($outcome = $GLOBALS['dbi']->nextResult());
}
if ($outcome) {
$output .= "</fieldset>";