Fixed Bug #723955, 723736, 723713 (Query Frame)
This commit is contained in:
@@ -91,7 +91,7 @@ if ($cfg['QueryFrameJS']) {
|
||||
$onclick = 'onClick="javascript:open_querywindow(this.href); return false;"';
|
||||
} else {
|
||||
$href = $anchor;
|
||||
$target = 'target="phpmain' . md5($cfg['PmaAbsoluteUri']) . '"';
|
||||
$target = 'target="phpmain' . $hash . '"';
|
||||
$onclick = '';
|
||||
}
|
||||
?>
|
||||
|
Reference in New Issue
Block a user