From 8b9caebd090a7683b251191bd0ca5be92a3676dc Mon Sep 17 00:00:00 2001 From: jakubvrana Date: Wed, 3 Jun 2009 18:33:24 +0000 Subject: [PATCH] Remove   git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@647 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- event.inc.php | 2 +- privileges.inc.php | 2 +- processlist.inc.php | 2 +- table.inc.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/event.inc.php b/event.inc.php index b5078727..20beaf42 100644 --- a/event.inc.php +++ b/event.inc.php @@ -43,7 +43,7 @@ if ($_POST) { " size="6" /> " maxlength="64" /> -  +

diff --git a/privileges.inc.php b/privileges.inc.php index c026b378..5d1a6140 100644 --- a/privileges.inc.php +++ b/privileges.inc.php @@ -15,7 +15,7 @@ if (!$result) { $result = $dbh->query("SELECT SUBSTRING_INDEX(CURRENT_USER, '@', 1) AS User, SUBSTRING_INDEX(CURRENT_USER, '@', -1) AS Host"); } echo "\n"; -echo "\n"; +echo "\n"; while ($row = $result->fetch_assoc()) { echo '\n"; } diff --git a/processlist.inc.php b/processlist.inc.php index aea5c2c4..b5c88150 100644 --- a/processlist.inc.php +++ b/processlist.inc.php @@ -17,7 +17,7 @@ page_header(lang('Process list'), $error); $result = $dbh->query("SHOW PROCESSLIST"); for ($i=0; $row = $result->fetch_assoc(); $i++) { if (!$i) { - echo "\n"; + echo "\n"; } echo "\n"; } diff --git a/table.inc.php b/table.inc.php index 682730bd..7c13a05d 100644 --- a/table.inc.php +++ b/table.inc.php @@ -52,7 +52,7 @@ if ($result) { $link = (strlen($foreign_key["db"]) ? "" . htmlspecialchars($foreign_key["db"]) . "." : "") . htmlspecialchars($foreign_key["table"]); echo '"; - echo ''; + echo ''; echo "\n"; } echo "
 " . lang('Username') . "" . lang('Server') . "
" . lang('Username') . "" . lang('Server') . "
' . lang('edit') . '' . htmlspecialchars($row["User"]) . "" . htmlspecialchars($row["Host"]) . "
 " . implode("", array_keys($row)) . "
" . implode("", array_keys($row)) . "
" . implode("", $row) . "
$link"; echo "(" . implode(", ", array_map('htmlspecialchars', $foreign_key["target"])) . ")' . (!strlen($foreign_key["db"]) ? '' . lang('Alter') . '' : ' ') . '' . (!strlen($foreign_key["db"]) ? '' . lang('Alter') . '' : '') . '
\n";