wrong js function call

This commit is contained in:
Sebastian Mendel
2005-11-13 06:19:20 +00:00
parent 505c435a48
commit 60333f63cb
2 changed files with 4 additions and 1 deletions

View File

@@ -407,7 +407,7 @@ $checkall_url = 'db_details_structure.php?' . PMA_generate_common_url($db);
<?php echo $strUncheckAll; ?></a>
<?php if ($overhead_check != '') { ?>
/
<a href="#" onclick="setCheckboxes('tablesForm', false);
<a href="#" onclick="unMarkAllRows('tablesForm');
<?php echo $overhead_check; ?> return false;">
<?php echo $strCheckOverhead; ?></a>
<?php } ?>