Fecha de cambio para cambios permanentes

This commit is contained in:
2024-03-22 12:48:25 -06:00
parent 32f3ad0375
commit 0131b2f86e
5 changed files with 11 additions and 11 deletions

View File

@@ -55,7 +55,6 @@ if($horario!= null && $tipo !=3)
$materia = $horario_rs["materia_id"];
$dia = $horario_rs["horario_dia"];
$fecha_orig = $horario_rs["horario_fecha_inicio"];
$hora_orig = $horario_rs["horario_hora"];
}else{
$dia = date('w', strtotime($fecha));
@@ -100,7 +99,7 @@ switch($tipo){
$dia_new = date('w', strtotime($fecha_new));
$fecha_nueva = date('d/m/Y', strtotime($fecha_new));
$fecha_clase = date('d/m/Y', strtotime($fecha_orig));
$fecha_clase = date('d/m/Y', strtotime($fecha_cambio));
break;
}