mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Oops! Removed debug echo line.
This commit is contained in:
parent
306dc7e5c5
commit
5eefbc3b3c
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue