summaryrefslogtreecommitdiff
path: root/www-ssl/admin/debug.php
diff options
context:
space:
mode:
Diffstat (limited to 'www-ssl/admin/debug.php')
-rwxr-xr-xwww-ssl/admin/debug.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www-ssl/admin/debug.php b/www-ssl/admin/debug.php
index aaf1bcb4..961a8164 100755
--- a/www-ssl/admin/debug.php
+++ b/www-ssl/admin/debug.php
@@ -32,7 +32,7 @@ echo "Deaktiviert";
echo "<h1>Tshirt-Size</h1>";
-$SQL="SELECT `Size`, COUNT(`Size`) FROM User GROUP BY `Size`";
+$SQL="SELECT `Size`, COUNT(`Size`) FROM `User` GROUP BY `Size`";
$Erg = mysql_query($SQL, $con);
echo mysql_error($con);
$rowcount = mysql_num_rows($Erg);