Skip to content

Commit

Permalink
Se añadió un espacio entre el curso y la división
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernard2806 committed Sep 14, 2024
1 parent 87a1b9b commit c21b749
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reserva/cargar_sql.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
} else {
if($p_curso != "Reunión"){
$division = $_POST["division"];
$p_curso = $p_curso . $division;
}
$p_curso = $p_curso . " " . $division; // Se añade un espacio entre curso y división
}
// Si se seleccionó "Otro", tomar el valor del campo especificado
if ($p_info == "Otro") {
$otro_salon = $_POST["otro_salon"];
Expand Down

0 comments on commit c21b749

Please sign in to comment.