From 1205bad5269f7d25c0be52a30ffa9034e46e67d3 Mon Sep 17 00:00:00 2001 From: jakubvrana Date: Tue, 16 Jun 2009 17:05:25 +0000 Subject: [PATCH] Change JUSH identifier git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@713 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- adminer/variables.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adminer/variables.inc.php b/adminer/variables.inc.php index a089f778..10be348d 100644 --- a/adminer/variables.inc.php +++ b/adminer/variables.inc.php @@ -5,7 +5,7 @@ echo "\n"; $result = $dbh->query("SHOW VARIABLES"); while ($row = $result->fetch_assoc()) { echo ""; - echo ""; + echo ""; echo ""; echo "\n"; }
" . htmlspecialchars($row["Variable_name"]) . "" . htmlspecialchars($row["Variable_name"]) . "" . (strlen(trim($row["Value"])) ? htmlspecialchars($row["Value"]) : " ") . "