Index: mod/elluminatelive/backuplib.php
===================================================================
RCS file: /cvsroot/moodle/contrib/patches/elluminate_elm/mod/elluminatelive/backuplib.php,v
retrieving revision 1.5
diff -u -r1.5 backuplib.php
--- mod/elluminatelive/backuplib.php	6 Apr 2009 18:50:12 -0000	1.5
+++ mod/elluminatelive/backuplib.php	1 Jul 2009 14:40:26 -0000
@@ -165,7 +165,7 @@
         fwrite ($bf,full_tag("TIMEEND",4,false,$elluminatelive->timeend));
         fwrite ($bf,full_tag("RECORDINGMODE",4,false,$elluminatelive->recordingmode));
         fwrite ($bf,full_tag("BOUNDARYTIME",4,false,$elluminatelive->boundarytime));
-        fwrite ($bf,full_tag("BOUNDARYTIMEDISPLAY",4,false,$elluminatelive->boundarytime));
+        fwrite ($bf,full_tag("BOUNDARYTIMEDISPLAY",4,false,$elluminatelive->boundarytimedisplay));
         fwrite ($bf,full_tag("SEATS",4,false,$elluminatelive->seats));
         fwrite ($bf,full_tag("PRIVATE",4,false,$elluminatelive->private));
         fwrite ($bf,full_tag("GRADE",4,false,$elluminatelive->grade));
