From 65d2cc36370ba5289b4a4c45f055c5079197b2e5 Mon Sep 17 00:00:00 2001 From: jakubvrana Date: Wed, 11 Jul 2007 22:21:11 +0000 Subject: [PATCH] TODO git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@146 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- indexes.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/indexes.inc.php b/indexes.inc.php index 12b9450e..be5591fb 100644 --- a/indexes.inc.php +++ b/indexes.inc.php @@ -58,6 +58,7 @@ foreach ($row["indexes"] as $index) { } } echo ""; + //! indexes from substring echo "\n"; $j++; }