From fe26e6b89e779815c163c5b07a3cb08a30072fd6 Mon Sep 17 00:00:00 2001 From: Angel Fernando Quiroz Campos Date: Mon, 27 Jun 2016 21:14:13 -0500 Subject: [PATCH] Fix work teacher list --- main/work/work.lib.php | 1 - 1 file changed, 1 deletion(-) diff --git a/main/work/work.lib.php b/main/work/work.lib.php index 69cfd103eb..0ac4900b1b 100755 --- a/main/work/work.lib.php +++ b/main/work/work.lib.php @@ -1499,7 +1499,6 @@ function getWorkListTeacher( $where_condition ORDER BY $column $direction LIMIT $start, $limit"; - echo "
$sql
"; $result = Database::query($sql); if ($getCount) {