From 6ae342e5992bcf73c63bfc33ad1e970a7635a3f4 Mon Sep 17 00:00:00 2001 From: patrickslee Date: Tue, 29 Nov 2005 22:23:00 +0000 Subject: [PATCH] Added backup procedures for embargoed announcements --- mod/forum/backuplib.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mod/forum/backuplib.php b/mod/forum/backuplib.php index 712eb408740..39bbe11c19b 100644 --- a/mod/forum/backuplib.php +++ b/mod/forum/backuplib.php @@ -140,6 +140,8 @@ fwrite ($bf,full_tag("ASSESSED",6,false,$for_dis->assessed)); fwrite ($bf,full_tag("TIMEMODIFIED",6,false,$for_dis->timemodified)); fwrite ($bf,full_tag("USERMODIFIED",6,false,$for_dis->usermodified)); + fwrite ($bf,full_tag("TIMESTART",6,false,$for_dis->timestart)); + fwrite ($bf,full_tag("TIMEEND",6,false,$for_dis->timeend)); //Now print posts to xml $status = backup_forum_posts($bf,$preferences,$for_dis->id); //End discussion