From d2b1037121ed0e67d8214b9411a4cf302cf23d1b Mon Sep 17 00:00:00 2001 From: jakubvrana Date: Thu, 7 May 2009 19:26:52 +0000 Subject: [PATCH] Simple table git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@597 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- indexes.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indexes.inc.php b/indexes.inc.php index f8c5b32b..691d02fe 100644 --- a/indexes.inc.php +++ b/indexes.inc.php @@ -99,7 +99,7 @@ function add_column(field) { \n"; + echo "\n"; ksort($index["columns"]); foreach ($index["columns"] as $i => $column) { echo ""; -- 2.39.5