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