From 988456b2a6028622f8b6513f65cf96f5bfcc80a0 Mon Sep 17 00:00:00 2001 From: jakubvrana Date: Tue, 28 Jul 2009 14:23:46 +0000 Subject: [PATCH] Allow default order git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@931 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- editor/include/adminer.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/include/adminer.inc.php b/editor/include/adminer.inc.php index 88d85619..a18144a1 100644 --- a/editor/include/adminer.inc.php +++ b/editor/include/adminer.inc.php @@ -163,7 +163,7 @@ ORDER BY ORDINAL_POSITION"); //! requires MySQL 5 } if ($orders) { echo '
' . lang('Sort') . "
"; - echo ""; + echo ""; echo "
\n"; } }