소스 검색

Fix work teacher list

Angel Fernando Quiroz Campos 8 년 전
부모
커밋
fe26e6b89e
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      main/work/work.lib.php

+ 0 - 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) {