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'; ?>