Bug #723713
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"';
|
||||
$target = 'target="phpmain' . md5($cfg['PmaAbsoluteUri']) . '"';
|
||||
$onclick = '';
|
||||
}
|
||||
?>
|
||||
|
Reference in New Issue
Block a user