From 3de325606087dfdec84e47a7b431b6d504e74531 Mon Sep 17 00:00:00 2001 From: jakubvrana Date: Thu, 28 Aug 2008 12:24:59 +0000 Subject: [PATCH] Sanitize column sorting git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@462 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- select.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/select.inc.php b/select.inc.php index ff89274c..ab7afcd0 100644 --- a/select.inc.php +++ b/select.inc.php @@ -233,7 +233,7 @@ for (var i=0; > i; i++) { if (!$j) { echo '' . (count($select) == count($group) ? '' : ''); foreach ($row as $key => $val) { - echo '' . htmlspecialchars($key) . ""; + echo '' . htmlspecialchars($key) . ""; } echo "\n"; }