From 305a05542da6b719932bb111a275c328bf91ba33 Mon Sep 17 00:00:00 2001 From: jakubvrana Date: Thu, 11 Mar 2010 20:45:21 +0000 Subject: [PATCH] Go to first page after sorting (thanks to Jan Cerny) git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1344 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 f6c1d316..206e229b 100644 --- a/adminer/select.inc.php +++ b/adminer/select.inc.php @@ -199,7 +199,7 @@ if (!$columns) { if ($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); }