From f2365d08886f337682ce3d2793690d102eaac5a4 Mon Sep 17 00:00:00 2001 From: jakubvrana Date: Sat, 11 Jul 2009 22:44:22 +0000 Subject: [PATCH] Typo git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@804 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- adminer/select.inc.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/adminer/select.inc.php b/adminer/select.inc.php index 31cefd18..6c1c2049 100644 --- a/adminer/select.inc.php +++ b/adminer/select.inc.php @@ -244,6 +244,7 @@ if (!$columns) { if (!$result) { echo "

" . htmlspecialchars($dbh->error) . "\n"; } else { + $email_fields = array(); echo "

\n"; if (!$result->num_rows) { echo "

" . lang('No rows.') . "\n"; @@ -255,8 +256,6 @@ if (!$columns) { } } - $email_fields = array(); - echo "\n"; for ($j=0; $row = $result->fetch_assoc(); $j++) { if (!$j) {