Merge branch '1.10.x' of github.com:chamilo/chamilo-lms into 1.10.x

1.10.x
jmontoyaa 9 years ago
commit 9a9b141294
  1. 2
      main/inc/ajax/exercise.ajax.php
  2. 1
      main/work/work.lib.php

@ -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) {

Loading…
Cancel
Save