|
@@ -1499,7 +1499,6 @@ function getWorkListTeacher(
|
|
$where_condition
|
|
$where_condition
|
|
ORDER BY $column $direction
|
|
ORDER BY $column $direction
|
|
LIMIT $start, $limit";
|
|
LIMIT $start, $limit";
|
|
- echo "<pre>$sql</pre>";
|
|
|
|
$result = Database::query($sql);
|
|
$result = Database::query($sql);
|
|
|
|
|
|
if ($getCount) {
|
|
if ($getCount) {
|