Fix work teacher list

1.10.x
Angel Fernando Quiroz Campos 9 years ago
parent 663fa2b4cb
commit fe26e6b89e
  1. 1
      main/work/work.lib.php

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