Inicio migracion a Postgress v1.0.0
This commit is contained in:
parent
e8f6dd768c
commit
09b8e06eca
6
lib.php
6
lib.php
|
|
@ -235,7 +235,7 @@ function x_traspasonotasexam_display_list($submissions, $params) {
|
||||||
}
|
}
|
||||||
else
|
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);
|
$course = $DB->get_record('course', array('id' => $params['cursos']), 'idnumber', MUST_EXIST);
|
||||||
|
|
@ -459,7 +459,7 @@ function x_traspasonotasexam_Display_Detalles($submissions, $params){
|
||||||
}
|
}
|
||||||
else
|
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
|
else
|
||||||
{
|
{
|
||||||
return '<br> <strong> Nada que mostrar </strong>';
|
return '<br> <strong> Nada que mostrar DEBUG AGALAZ 900</strong>';
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue