diff --git a/admin/rest.php b/admin/rest.php index 2bb0407..4dc80ba 100644 --- a/admin/rest.php +++ b/admin/rest.php @@ -477,10 +477,6 @@ function selectUnBound() array_push($result, $r); } - - if (!empty($r)) { - array_push($result, $r); - } return json_encode(array( "data" => $result, @@ -572,10 +568,6 @@ function selectBound() array_push($result, $r); } - - if (!empty($r)) { - array_push($result, $r); - } return json_encode(array( "data" => $result,