mirror of
https://github.com/vrana/adminer.git
synced 2025-08-18 04:11:27 +02:00
Don't wrap select results
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@669 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -157,7 +157,7 @@ function select($result, $dbh2 = null) {
|
|||||||
if (!$result->num_rows) {
|
if (!$result->num_rows) {
|
||||||
echo "<p class='message'>" . lang('No rows.') . "</p>\n";
|
echo "<p class='message'>" . lang('No rows.') . "</p>\n";
|
||||||
} else {
|
} else {
|
||||||
echo "<table cellspacing='0'>\n";
|
echo "<table cellspacing='0' class='nowrap'>\n";
|
||||||
$links = array();
|
$links = array();
|
||||||
$indexes = array();
|
$indexes = array();
|
||||||
$columns = array();
|
$columns = array();
|
||||||
|
Reference in New Issue
Block a user