From: jakubvrana Date: Thu, 11 Mar 2010 20:45:21 +0000 (+0000) Subject: Go to first page after sorting (thanks to Jan Cerny) X-Git-Tag: v3.0.0~213 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=305a05542da6b719932bb111a275c328bf91ba33;p=adminer.git 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 --- 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); }