bug #2050068 [gui] "Check tables having overhead" selects wrong tables
This commit is contained in:
@@ -70,6 +70,7 @@ danbarry
|
||||
+ [display] headwords for sorted column
|
||||
- bug #2033962 [import] Cannot import zip file
|
||||
+ [lang] Swedish update, thanks to Björn T. Hallberg
|
||||
- bug #2050068 [gui] "Check tables having overhead" selects wrong tables
|
||||
|
||||
2.11.9.0 (not yet released)
|
||||
- bug #2031221 [auth] Links to version number on login screen
|
||||
|
@@ -273,7 +273,7 @@ foreach ($tables as $keyname => $each_table) {
|
||||
. ' ' . $overhead_unit . '</a>' . "\n";
|
||||
unset($formatted_overhead);
|
||||
$overhead_check .=
|
||||
"document.getElementById('checkbox_tbl_$i').checked = true;";
|
||||
"document.getElementById('checkbox_tbl_" . ($i + 1) . "').checked = true;";
|
||||
} else {
|
||||
$overhead = '-';
|
||||
}
|
||||
|
Reference in New Issue
Block a user