Merge branch 'main' of github.com:adminerevo/adminerevo into main
This commit is contained in:
commit
d864f0f7e4
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ class Adminer {
|
|||
if (!$failed && ($warnings = $driver->warnings())) {
|
||||
$id = "warnings";
|
||||
$return = ", <a href='#$id'>" . lang('Warnings') . "</a>" . script("qsl('a').onclick = partial(toggle, '$id');", "")
|
||||
. "$return<div id='$id' class='hidden'>\n$warnings</div>\n"
|
||||
. "<div id='$id' class='hidden'>\n$warnings</div>\n"
|
||||
;
|
||||
}
|
||||
$links = [
|
||||
|
|
Loading…
Add table
Reference in a new issue