From c84d5f61fe2a30bb63dddc8c66166a9c9c361ae6 Mon Sep 17 00:00:00 2001 From: Jason Cleeland Date: Mon, 24 May 2004 06:31:27 +0000 Subject: [PATCH] BUGFIX: Numerical Types not being registered properly in $allfields.. and not working. git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1044 b72ed6b6-b9f8-46b5-92b4-906544132732 --- admin/statistics.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/admin/statistics.php b/admin/statistics.php index 3aa11191d91..9cd82fcb579 100644 --- a/admin/statistics.php +++ b/admin/statistics.php @@ -206,6 +206,8 @@ ."\t\t\t\t\t
\n"; + $allfields[]=$myfield2; + $allfields[]=$myfield3; break; case "D": // Date $myfield2="D$myfield"; @@ -605,6 +607,8 @@ } } } + } else { + echo ""; } } // 2: Do SQL query