From 6ffebbcd75a2358a84bc9c89ecfff983cc4fef42 Mon Sep 17 00:00:00 2001 From: Friederike Schwager <schwager@cil.rwth-aachen.de> Date: Fri, 11 Oct 2019 10:38:13 +0200 Subject: [PATCH] update backup --- backup/moodle2/backup_pdfannotator_stepslib.php | 2 +- lang/en/pdfannotator.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/backup/moodle2/backup_pdfannotator_stepslib.php b/backup/moodle2/backup_pdfannotator_stepslib.php index 0ae3352..fa0545c 100644 --- a/backup/moodle2/backup_pdfannotator_stepslib.php +++ b/backup/moodle2/backup_pdfannotator_stepslib.php @@ -63,7 +63,7 @@ class backup_pdfannotator_activity_structure_step extends backup_activity_struct $subscription = new backup_nested_element('subscription', array('id'), array('userid')); $comments = new backup_nested_element('comments'); - $c = array('pdfannotatorid', 'userid', 'content', 'timecreated', 'timemodified', 'modifiedby', 'visibility', 'isquestion', 'isdeleted', 'seen'); + $c = array('pdfannotatorid', 'userid', 'content', 'timecreated', 'timemodified', 'modifiedby', 'visibility', 'isquestion', 'isdeleted', 'ishidden', 'solved'); $comment = new backup_nested_element('comment', array('id'), $c); $votes = new backup_nested_element('votes'); diff --git a/lang/en/pdfannotator.php b/lang/en/pdfannotator.php index f2028df..e437896 100644 --- a/lang/en/pdfannotator.php +++ b/lang/en/pdfannotator.php @@ -324,6 +324,7 @@ $string['questionstabicon'] = 'Questions'; $string['questionstabicon_help'] = 'This page displays all unsolved questions that were asked in this course. You can also choose to see all or all solved questions in this course.'; $string['questionstitle'] = 'Questions on page'; $string['read'] = 'Read'; +$string['reason'] = 'Explanation'; $string['recievenewquestionnotifications'] = 'Notify about new questions'; $string['recipient'] = 'Recipient/s'; $string['recipient_help'] = 'To select several persons, hold down "Ctrl"'; -- GitLab