bug #1231804, query windows does not open in new window

This commit is contained in:
Marc Delisle
2005-07-10 12:45:11 +00:00
parent 0395809510
commit 2456176f21
2 changed files with 3 additions and 1 deletions

View File

@@ -9,6 +9,8 @@ $Source$
* libraries/display_tbl.lib.php: bug #1235473 display_tbl.lib.php,
Undefined variable order_img
* libraries/functions.js: bug #1234098, invalid "normal" cursor style
* queryframe.php: bug #1231804, query windows does not open in new window,
thanks to Michael Keck
2005-07-06 Marc Delisle <lem9@users.sourceforge.net>
* db_search.php: bug #1233349, db search in MySQL 5.0.x on fields

View File

@@ -69,7 +69,7 @@ function open_querywindow(url) {
}
if (!querywindow.opener) {
querywindow.opener = self;
querywindow.opener = blank;
}
if (window.focus) {