@ -117,7 +117,7 @@ switch ($action) {
$results[] = $row;
}
$oExe = new exercise();
$oExe = new Exercise();
$oExe->read($exercise_id);
$response = new stdClass();
@ -1499,7 +1499,6 @@ function getWorkListTeacher(
$where_condition
ORDER BY $column $direction
LIMIT $start, $limit";
echo "<pre>$sql</pre>";
$result = Database::query($sql);
if ($getCount) {