From: Jakub Vrana Date: Tue, 15 Apr 2025 19:59:41 +0000 (+0200) Subject: Swap ' and " X-Git-Tag: v5.3.0~43 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=b999f123c8765d2d940409b4fc62b25ba24a3c4c;p=adminer.git Swap ' and " --- diff --git a/adminer/select.inc.php b/adminer/select.inc.php index 46f53605..166c0006 100644 --- a/adminer/select.inc.php +++ b/adminer/select.inc.php @@ -354,7 +354,7 @@ if (!$columns && support("table")) { echo "" . script("mixin(qsl('th'), {onmouseover: partial(columnMouse), onmouseout: partial(columnMouse, ' hidden')});", ""); $fun = apply_sql_function($val["fun"], $name); //! columns looking like functions $sortable = isset($field["privileges"]["order"]) || $fun; - echo ($sortable ? '' . "$fun" : $fun); // $order[0] == $key - COUNT(*) + echo ($sortable ? "$fun" : $fun); // $order[0] == $key - COUNT(*) echo "