Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
aaa3901406
@ -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>";
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user