From d5a4d14e96cd785f2cb9939c6f287130b32b148a Mon Sep 17 00:00:00 2001 From: jakubvrana Date: Sun, 7 Jun 2009 23:20:00 +0000 Subject: [PATCH] Separate page and whole result check git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@659 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- select.inc.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/select.inc.php b/select.inc.php index 3fbdb44a..4da734a7 100644 --- a/select.inc.php +++ b/select.inc.php @@ -226,7 +226,7 @@ if (!$columns) { echo "\n"; for ($j=0; $row = $result->fetch_assoc(); $j++) { if (!$j) { - echo ''; + echo ''; foreach ($row as $key => $val) { $pos = array_search($key, (array) $_GET["order"]); $uri = remove_from_uri($pos !== false ? "(order|desc)%5B$pos%5D" : ""); @@ -243,7 +243,7 @@ if (!$columns) { echo "\n"; } $unique_idf = implode('&', unique_idf($row, $indexes)); - echo '' : ''); + echo '' : ''); foreach ($row as $key => $val) { if (!isset($val)) { $val = "NULL"; @@ -292,7 +292,7 @@ if (!$columns) { } print_page($max_page); } - echo " (" . lang('%d row(s)', $found_rows) . ")

\n"; + echo " (" . lang('%d row(s)', $found_rows) . ')

\n"; echo ($_GET["db"] != "information_schema" ? "
" . lang('Edit') . "
\n" : ""); echo "
" . lang('Export') . "
$dump_output $dump_format
\n";
' . (count($select) == count($group) && $_GET["db"] != "information_schema" ? ' ' . lang('edit') . ' ' . lang('clone') . '' . (count($select) == count($group) && $_GET["db"] != "information_schema" ? ' ' . lang('edit') . ' ' . lang('clone') . '