Bug #575591
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
. '&convcharset=' . $convcharset
|
||||
. '&server=' . $server
|
||||
. '&db=' . $db
|
||||
. '&goto=db_details_export.php3';
|
||||
?>
|
||||
<br />
|
||||
<a href="<?php echo $checkall_url; ?>&selectall=1#dumpdb" onclick="setSelectOptions('db_dump', 'table_select[]', true); return false;"><?php echo $strSelectAll; ?></a>
|
||||
|
Reference in New Issue
Block a user