From afad8660d7eee51c8761f59e28a5995b3ba508a9 Mon Sep 17 00:00:00 2001 From: jakubvrana Date: Wed, 30 Sep 2009 15:10:21 +0000 Subject: [PATCH] Don't add e-mail attachment repeatedly git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1156 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 71765760..a4e30a8e 100644 --- a/editor/include/adminer.inc.php +++ b/editor/include/adminer.inc.php @@ -226,7 +226,7 @@ ORDER BY ORDINAL_POSITION"); echo lang('Subject') . ": \n"; echo "


\n"; echo " \n"; //! JavaScript - echo "

"; + echo "

"; echo "

" . (count($emailFields) == 1 ? '' : ' '); echo "\n"; echo "\n";