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) {