wrong js function call
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$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>
|
2005-11-11 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* lang/bulgarian: Update, thanks to Stanislav Yordanov - stanprog.
|
* lang/bulgarian: Update, thanks to Stanislav Yordanov - stanprog.
|
||||||
* lang/finnish: update, thanks to Jouni Kahkonen
|
* lang/finnish: update, thanks to Jouni Kahkonen
|
||||||
|
@@ -407,7 +407,7 @@ $checkall_url = 'db_details_structure.php?' . PMA_generate_common_url($db);
|
|||||||
<?php echo $strUncheckAll; ?></a>
|
<?php echo $strUncheckAll; ?></a>
|
||||||
<?php if ($overhead_check != '') { ?>
|
<?php if ($overhead_check != '') { ?>
|
||||||
/
|
/
|
||||||
<a href="#" onclick="setCheckboxes('tablesForm', false);
|
<a href="#" onclick="unMarkAllRows('tablesForm');
|
||||||
<?php echo $overhead_check; ?> return false;">
|
<?php echo $overhead_check; ?> return false;">
|
||||||
<?php echo $strCheckOverhead; ?></a>
|
<?php echo $strCheckOverhead; ?></a>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
Reference in New Issue
Block a user