Compare commits

..

1 Commits
v0.0.1 ... main

Author SHA1 Message Date
Andres Galaz 09b8e06eca Inicio migracion a Postgress v1.0.0 2025-10-30 17:37:46 -03:00
1 changed files with 3 additions and 3 deletions

View File

@ -235,7 +235,7 @@ function x_traspasonotasexam_display_list($submissions, $params) {
}
else
{
return '<br> <strong> Nada que mostrar </strong>';
return '<br> <strong> Nada que mostrar DEBUG AGALAZ 700</strong>';
}
$course = $DB->get_record('course', array('id' => $params['cursos']), 'idnumber', MUST_EXIST);
@ -459,7 +459,7 @@ function x_traspasonotasexam_Display_Detalles($submissions, $params){
}
else
{
return '<br> <strong> Nada que mostrar </strong>';
return '<br> <strong> Nada que mostrar DEBUG AGALAZ 800</strong>';
}
}
@ -528,7 +528,7 @@ function x_traspasonotasexam_Display_Detalles_lista($id_traspaso){
}
else
{
return '<br> <strong> Nada que mostrar </strong>';
return '<br> <strong> Nada que mostrar DEBUG AGALAZ 900</strong>';
}
}