mirror of
https://github.com/vrana/adminer.git
synced 2025-08-14 10:34:01 +02:00
AdminerDarkSwitcher: Work with compiled version (bug #926)
This commit is contained in:
@@ -140,7 +140,7 @@ foreach ($row["indexes"] as $index) {
|
||||
);
|
||||
echo "<span class='idxopts" . ($show_options ? "" : " hidden") . "'>";
|
||||
echo ($lengths ? "<input type='number' name='indexes[$j][lengths][$i]' class='size' value='" . h($index["lengths"][$key]) . "' title='" . lang('Length') . "'>" : "");
|
||||
echo (support("descidx") ? checkbox("indexes[$j][descs][$i]", 1, $index["descs"][$key], lang('descending')) : "");
|
||||
echo (support("descidx") ? checkbox("indexes[$j][descs][$i]", 1, idx($index["descs"], $key), lang('descending')) : "");
|
||||
echo "</span> </span>";
|
||||
$i++;
|
||||
}
|
||||
|
Reference in New Issue
Block a user