This commit is contained in:
Garvin Hicking
2003-04-18 16:11:58 +00:00
parent e48612fe90
commit 092981e02b
6 changed files with 20 additions and 14 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"';
$target = 'target="phpmain' . md5($cfg['PmaAbsoluteUri']) . '"';
$onclick = '';
}
?>