From 5ba1524fd5302e8f90e8a4e8c95dfbd68d3e009a Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 4 Aug 2005 13:45:12 +0000 Subject: [PATCH] patch #1250899 --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 66fd0ce09..f7b4802ae 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,15 @@ phpMyAdmin - Changelog $Id$ $Source$ +2005-08-04 Marc Delisle + * queryframe.php: patch #1250899: + - unified spaces between icons + - cleaned html and php code + - display of querywindow-icon now follows + $cfg['QueryFrame'] + - always use no_js=1 if $cfg['QueryFrameJS'] == true + thanks to Sebastian Mendel + 2005-08-02 Marc Delisle * server_privileges.php: patch #1249363, remove unneeded wordwrap(), table width should be limited by template if necessary,