From b999f123c8765d2d940409b4fc62b25ba24a3c4c Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Tue, 15 Apr 2025 21:59:41 +0200 Subject: [PATCH] Swap ' and " --- adminer/select.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "