From d6415f2bbdc6029db6e8493875ed406e9f7abcf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 10 Jul 2003 11:40:20 +0000 Subject: [PATCH] fixed previous fix :) --- footer.inc.php3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/footer.inc.php3 b/footer.inc.php3 index e26fe350f..8e7f11085 100755 --- a/footer.inc.php3 +++ b/footer.inc.php3 @@ -41,7 +41,7 @@ if ($cfg['QueryFrame'] && $cfg['QueryFrameJS']) { - if (parent.frames.queryframe.querywindow.document.sqlform.LockFromUpdate && !parent.frames.queryframe.querywindow.document.sqlform.LockFromUpdate.checked) { + if (!parent.frames.queryframe.querywindow.document.sqlform.LockFromUpdate || !parent.frames.queryframe.querywindow.document.sqlform.LockFromUpdate.checked) { parent.frames.queryframe.querywindow.document.querywindow.db.value = ""; parent.frames.queryframe.querywindow.document.querywindow.query_history_latest_db.value = ""; parent.frames.queryframe.querywindow.document.querywindow.table.value = "";