From a17410560f14f1e3e20c25956cce46916d2bfe7e Mon Sep 17 00:00:00 2001 From: jakubvrana Date: Tue, 23 Sep 2008 11:55:10 +0000 Subject: [PATCH] Remove obsolete comment git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@490 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- select.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/select.inc.php b/select.inc.php index 75048d27..98691b52 100644 --- a/select.inc.php +++ b/select.inc.php @@ -290,7 +290,7 @@ for (var i=0; > i; i++) { echo " (" . lang('%d row(s)', $found_rows) . ")

\n"; echo "
" . lang('Delete') . "" . (count($group) == count($select) ? " " : "") . "
\n"; - echo "
" . lang('Export') . "$dump_options " . (count($group) == count($select) ? " " : "") . "
\n"; //! output, format + echo "
" . lang('Export') . "$dump_options " . (count($group) == count($select) ? " " : "") . "
\n"; echo "\n"; } $result->free();