Skip to content

Commit

Permalink
removed a leftover debug print "SELECT ... GROUP BY ..."
Browse files Browse the repository at this point in the history
  • Loading branch information
gbateson committed Oct 1, 2006
1 parent dfa4dd7 commit 1387c87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mod/hotpot/index.php
Expand Up @@ -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)) {
Expand Down

0 comments on commit 1387c87

Please sign in to comment.