Oops! Removed debug echo line.

This commit is contained in:
ikawhero 2005-04-14 14:13:19 +00:00
parent 306dc7e5c5
commit 5eefbc3b3c

View file

@ -484,8 +484,6 @@ class assignment_base {
'WHERE '.$where.'u.id IN ('.implode(',', array_keys($users)).') ';
echo $select.$sql.$group.$sort;
$total = count_records_sql('SELECT COUNT(u.id) '.$sql);
$table->pagesize($perpage, $total);