Update de solicitud

This commit is contained in:
2024-03-19 12:25:15 -06:00
parent 60b72aa864
commit 27ebd562a1
3 changed files with 194 additions and 2 deletions

View File

@@ -32,10 +32,10 @@ $alumnos = filter_input(INPUT_POST, "alumnos", FILTER_SANITIZE_NUMBER_INT);//lim
$aula = filter_input(INPUT_POST, "aula", FILTER_SANITIZE_NUMBER_INT);//1 regular , 2 sala computo, 3 otro facultad
$salon = NULL;
if(!$user->jefe_carrera){//coordinador
/*if(!$user->jefe_carrera){//coordinador
if(isset($_POST["salon"]) && $_POST["salon"] != "")
$salon = filter_input(INPUT_POST, "dlSalon", FILTER_SANITIZE_NUMBER_INT);//1 regular , 2 sala computo, 3 otro facultad
}
}*/
if(empty($_POST["prof"]))
$prof = $user->user["id"];