This commit is contained in:
Alexander M. Turek
2002-06-30 10:40:35 +00:00
parent f6e74dd1a9
commit d3d546bc7d
2 changed files with 8 additions and 0 deletions

View File

@@ -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 <lem9@users.sourceforge.net>
* tbl_qbe.php3: show upper links

View File

@@ -55,6 +55,12 @@ echo "\n";
<label for="radio_dump_xml"><?php echo $strExportToXML; ?></label>
<?php
if ($num_tables > 1) {
$checkall_url = 'db_details_export.php3'
. '?lang=' . $lang
. '&amp;convcharset=' . $convcharset
. '&amp;server=' . $server
. '&amp;db=' . $db
. '&amp;goto=db_details_export.php3';
?>
<br />
<a href="<?php echo $checkall_url; ?>&amp;selectall=1#dumpdb" onclick="setSelectOptions('db_dump', 'table_select[]', true); return false;"><?php echo $strSelectAll; ?></a>