Skip to content
Snippets Groups Projects
Commit 6ffebbcd authored by Friederike Schwager's avatar Friederike Schwager Committed by Friederike Schwager
Browse files

update backup

parent f95451b6
No related branches found
No related tags found
No related merge requests found
...@@ -63,7 +63,7 @@ class backup_pdfannotator_activity_structure_step extends backup_activity_struct ...@@ -63,7 +63,7 @@ class backup_pdfannotator_activity_structure_step extends backup_activity_struct
$subscription = new backup_nested_element('subscription', array('id'), array('userid')); $subscription = new backup_nested_element('subscription', array('id'), array('userid'));
$comments = new backup_nested_element('comments'); $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); $comment = new backup_nested_element('comment', array('id'), $c);
$votes = new backup_nested_element('votes'); $votes = new backup_nested_element('votes');
......
...@@ -324,6 +324,7 @@ $string['questionstabicon'] = 'Questions'; ...@@ -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['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['questionstitle'] = 'Questions on page';
$string['read'] = 'Read'; $string['read'] = 'Read';
$string['reason'] = 'Explanation';
$string['recievenewquestionnotifications'] = 'Notify about new questions'; $string['recievenewquestionnotifications'] = 'Notify about new questions';
$string['recipient'] = 'Recipient/s'; $string['recipient'] = 'Recipient/s';
$string['recipient_help'] = 'To select several persons, hold down "Ctrl"'; $string['recipient_help'] = 'To select several persons, hold down "Ctrl"';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment