From 402e58b6deae46d79a40138683d8a52ced75486d Mon Sep 17 00:00:00 2001 From: Cloud User Date: Wed, 6 Mar 2024 18:21:38 -0600 Subject: [PATCH] =?UTF-8?q?Rutas=20sal=C3=B3n=20sin=20reposiciones?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- action/rutas_salón_horario.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/action/rutas_salón_horario.php b/action/rutas_salón_horario.php index ce34c45..ee45d52 100644 --- a/action/rutas_salón_horario.php +++ b/action/rutas_salón_horario.php @@ -88,7 +88,7 @@ try { ] ), // 'query' => $db->getLastQuery(), - 'reposiciones' => $db->query( + 'reposiciones' => /* $db->query( 'SELECT ' . implode(', ', $columns) . << $_GET['bloque_horario_id'], 'id_espacio_sgu' => $ruta['id_espacio_sgu'], ] - ), + ) */, ], $ruta, ), @@ -143,4 +143,4 @@ try { 'error' => $th->getMessage(), ], JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT); exit; -} \ No newline at end of file +}