bug #1231804, query windows does not open in new window
This commit is contained in:
@@ -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
|
||||
|
@@ -69,7 +69,7 @@ function open_querywindow(url) {
|
||||
}
|
||||
|
||||
if (!querywindow.opener) {
|
||||
querywindow.opener = self;
|
||||
querywindow.opener = blank;
|
||||
}
|
||||
|
||||
if (window.focus) {
|
||||
|
Reference in New Issue
Block a user