removed a leftover debug print "SELECT ... GROUP BY ..."

This commit is contained in:
gbateson
2006-10-01 23:59:51 +00:00
parent dfa4dd740a
commit 1387c879d5
-1
View File
@@ -256,7 +256,6 @@
// this may take about twice as long as getting the gradecounts separately :-(
// so this operation could be done after getting the $totals from the attempts table
}
print "SELECT $fields FROM $tables WHERE $select GROUP BY a.hotpot";
$totals = get_records_sql("SELECT $fields FROM $tables WHERE $select GROUP BY a.hotpot");
if (isadmin() && empty($usejoin)) {