Skip to content
Snippets Groups Projects
Commit f64910b9 authored by Myriam Delaruelle's avatar Myriam Delaruelle
Browse files

fix var_dump

parent 5e5a1ddc
Branches
No related tags found
No related merge requests found
...@@ -167,7 +167,6 @@ class block_competency_iena_module { ...@@ -167,7 +167,6 @@ class block_competency_iena_module {
$record->cmid=$cmid; $record->cmid=$cmid;
$record->sectionid=$sectionid; $record->sectionid=$sectionid;
$exists=$DB->get_records('block_competency_iena', array('cmid'=>$record->cmid, 'sectionid'=>$record->sectionid)); $exists=$DB->get_records('block_competency_iena', array('cmid'=>$record->cmid, 'sectionid'=>$record->sectionid));
var_dump($exists);
if(!$exists){ if(!$exists){
try { try {
$DB->insert_record('block_competency_iena', $record, false); $DB->insert_record('block_competency_iena', $record, false);
......
...@@ -86,6 +86,6 @@ ...@@ -86,6 +86,6 @@
$string['manage_matrix'] = 'Edit matrix'; $string['manage_matrix'] = 'Edit matrix';
$string['manage_matrix_end'] = 'Exit edit mode'; $string['manage_matrix_end'] = 'Exit edit mode';
$string['no_competency_description'] = 'This competency doesn\'t have a description' ; $string['no_competency_description'] = 'This competency doesn\'t have a description' ;
$string['error_delete']="The activity/resource couldn't be deleted"; $string['error_delete']="The activity/resource couldn't be deleted: ";
$string['dashboard_students']="Students dashboard"; $string['dashboard_students']="Students dashboard";
?> ?>
\ No newline at end of file
...@@ -85,7 +85,7 @@ ...@@ -85,7 +85,7 @@
$string['manage_matrix'] = 'Modifier la matrice'; $string['manage_matrix'] = 'Modifier la matrice';
$string['manage_matrix_end'] = 'Quitter le mode édition'; $string['manage_matrix_end'] = 'Quitter le mode édition';
$string['no_competency_description'] = 'Cette compétence n\'a pas de description.'; $string['no_competency_description'] = 'Cette compétence n\'a pas de description.';
$string['error_delete']="L'activité/ressource n'a pas pu être supprimée"; $string['error_delete']="L'activité/ressource n'a pas pu être supprimée :";
$string['dashboard_students']="Tableau de bord étudiants"; $string['dashboard_students']="Tableau de bord étudiants";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment