Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
123484ae72
@ -128,7 +128,7 @@ AJAX.registerTeardown('tbl_zoom_plot_jqplot.js', function () {
|
||||
$('#tableid_3').unbind('change');
|
||||
$('#inputFormSubmitId').unbind('click');
|
||||
$('#togglesearchformlink').unbind('click');
|
||||
$(document).on('keydown', "#dataDisplay :input");
|
||||
$(document).off('keydown', "#dataDisplay :input");
|
||||
$('button.button-reset').unbind('click');
|
||||
$('div#resizer').unbind('resizestop');
|
||||
$('div#querychart').unbind('jqplotDataClick');
|
||||
|
||||
@ -38,7 +38,7 @@ function PMA_checkRequiredPrivilegesForAdjust(
|
||||
$show_grants_str, "SELECT, INSERT, UPDATE, DELETE"
|
||||
) !== false)
|
||||
) {
|
||||
if ($show_grants_dbname = '*'
|
||||
if ($show_grants_dbname == '*'
|
||||
&& $show_grants_tblname == '*'
|
||||
) {
|
||||
$GLOBALS['col_priv'] = true;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user