From ac0a012c60c3a5f519fde793fac0895c12d81d32 Mon Sep 17 00:00:00 2001 From: jakubvrana Date: Thu, 28 Aug 2008 10:01:52 +0000 Subject: [PATCH] Remove unnecessary divs git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@460 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- select.inc.php | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/select.inc.php b/select.inc.php index facbff13..ff89274c 100644 --- a/select.inc.php +++ b/select.inc.php @@ -204,19 +204,14 @@ for (var i=0; > i; i++) { echo "\n"; echo "\n"; - echo "
" . lang('Limit') . "\n"; - echo '
'; - echo "
\n"; + echo "
" . lang('Limit') . "
\n"; if (isset($text_length)) { - echo "
" . lang('Text length') . "\n"; - echo '
'; - echo "
\n"; + echo "
" . lang('Text length') . "
\n"; } - echo "
" . lang('Action') . "
\n"; + echo "
" . lang('Action') . "
\n"; echo "\n"; - echo "
 
\n"; $result = $mysql->query("SELECT " . ($select ? (count($group) < count($select) ? "SQL_CALC_FOUND_ROWS " : "") . implode(", ", $select) : "*") . " $from"); if (!$result) {