diff --git a/select.inc.php b/select.inc.php index 1a398091..bee8b9eb 100644 --- a/select.inc.php +++ b/select.inc.php @@ -104,7 +104,7 @@ for (var i=0; > i; i++) { echo "
" . lang('Action') . "
\n"; echo "\n"; - echo "
\n"; + echo "
 
\n"; $result = $mysql->query("SELECT SQL_CALC_FOUND_ROWS " . implode(", ", $select) . " FROM " . idf_escape($_GET["select"]) . ($where ? " WHERE " . implode(" AND ", $where) : "") . ($order ? " ORDER BY " . implode(", ", $order) : "") . (strlen($limit) ? " LIMIT " . intval($limit) . " OFFSET " . ($limit * $_GET["page"]) : "")); if (!$result->num_rows) {