From c3f5d04d4998ce00dec9ba3e9d4e232ac2da9c16 Mon Sep 17 00:00:00 2001 From: "alejandro.lara" Date: Fri, 22 Mar 2024 11:52:59 -0600 Subject: [PATCH] =?UTF-8?q?Correcci=C3=B3n=20campo=20de=20BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- action/solicitud_select.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action/solicitud_select.php b/action/solicitud_select.php index cdc5f75..39b922b 100644 --- a/action/solicitud_select.php +++ b/action/solicitud_select.php @@ -42,7 +42,7 @@ $user = unserialize($_SESSION['user']); $return["fecha_clase"] = isset($rs["fecha_clase"]) ? date('d/m/Y', strtotime($rs["fecha_clase"])):''; $hora_nueva = explode(":",$rs["horario_hora"]); $return["hora_clase_ini"] = $rs["horario_hora"]; - $return["hora_clase_fin"] = $rs["horario_fin"]; + $return["hora_clase_fin"] = $rs["horario_hora_fin"]; $return["fecha_nueva"] = isset($rs["fecha_nueva"]) ? date('d/m/Y', strtotime($rs["fecha_nueva"])):''; $return["hora_nueva"] = $rs["hora_nueva"];