From 381c053ba4bade322284f5a6b08d40b8e4f84425 Mon Sep 17 00:00:00 2001 From: jakubvrana Date: Sat, 14 Nov 2009 09:06:37 +0000 Subject: [PATCH] Add DESC to column click if equal to first column in order git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1242 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- 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 92c3bab3..42d6e2ba 100644 --- a/adminer/select.inc.php +++ b/adminer/select.inc.php @@ -189,7 +189,7 @@ if (!$columns) { if (strlen($name)) { $order++; $names[$key] = $name; - echo '' . apply_sql_function($val["fun"], $name) . ""; //! columns looking like functions + echo '' . apply_sql_function($val["fun"], $name) . ""; //! columns looking like functions } next($select); }