From 0ac6234efaaf00dfdf858edc972d865766ccd3c5 Mon Sep 17 00:00:00 2001 From: Jason Cleeland Date: Sun, 26 Oct 2003 06:47:02 +0000 Subject: [PATCH] Now passes urlencoded sql to listcolumn.php where statistics is showing filtered results. git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@751 b72ed6b6-b9f8-46b5-92b4-906544132732 --- admin/statistics.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/statistics.php b/admin/statistics.php index 8bba9e5a1ff..a8400b97cc4 100644 --- a/admin/statistics.php +++ b/admin/statistics.php @@ -926,9 +926,9 @@ if ($al[0] == "") {$fname=_NOANSWER;} elseif ($al[0] == _OTHER || $al[0] == "Answers") - {$fname="$al[1] ";} + {$fname="$al[1] ";} elseif ($qtype == "S" || $qtype == "T") - {$fname="$al[1] $qtype";} + {$fname="$al[1] $qtype";} else {$fname="$al[1] ($al[0])";} echo "\t\n\t\t$setfont"