Fixed Bug #723955, 723736, 723713 (Query Frame)

This commit is contained in:
Garvin Hicking
2003-04-20 18:09:05 +00:00
parent e53349be9f
commit 210576b0af
7 changed files with 83 additions and 33 deletions

View File

@@ -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 = '';
}
?>