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

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
2005-11-13 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* db_details_structure.php: wrong js function call
2005-11-11 Marc Delisle <lem9@users.sourceforge.net>
* lang/bulgarian: Update, thanks to Stanislav Yordanov - stanprog.
* lang/finnish: update, thanks to Jouni Kahkonen

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 } ?>