From d3d546bc7d83820e4427007d56622516fc611918 Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Sun, 30 Jun 2002 10:40:35 +0000 Subject: [PATCH] Bug #575591 --- ChangeLog | 2 ++ db_details_export.php3 | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0c35e1f35..4ed67a647 100755 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,8 @@ $Source$ * user_details.php3: Added a tooltip for the new documenation link. * sql.php3: Fixed bug #574855 (wrong counted rows with many functions) thanks to Svetlozar Kovachev (svetlio). + * db_details_export.php3: Fixed bug #575591 ('select all' doesn't work + without javascript). 2002-06-29 Marc Delisle * tbl_qbe.php3: show upper links diff --git a/db_details_export.php3 b/db_details_export.php3 index 796d3bc57..92c466b24 100644 --- a/db_details_export.php3 +++ b/db_details_export.php3 @@ -55,6 +55,12 @@ echo "\n"; 1) { + $checkall_url = 'db_details_export.php3' + . '?lang=' . $lang + . '&convcharset=' . $convcharset + . '&server=' . $server + . '&db=' . $db + . '&goto=db_details_export.php3'; ?>