]> git.mjollnir.org Git - moodle.git/commitdiff
User->maildigest supported now.
authorstronk7 <stronk7>
Fri, 23 Jul 2004 17:10:55 +0000 (17:10 +0000)
committerstronk7 <stronk7>
Fri, 23 Jul 2004 17:10:55 +0000 (17:10 +0000)
backup/backuplib.php
backup/restorelib.php
backup/version.php

index d233658334d0b83dba8287348485b70984855570..40b7a17a0835aa0f253d292f219c882319e65547 100644 (file)
                 fwrite ($bf,full_tag("URL",4,false,$user_data->url));
                 fwrite ($bf,full_tag("DESCRIPTION",4,false,$user_data->description));
                 fwrite ($bf,full_tag("MAILFORMAT",4,false,$user_data->mailformat));
+                fwrite ($bf,full_tag("MAILDIGEST",4,false,$user_data->maildigest));
                 fwrite ($bf,full_tag("MAILDISPLAY",4,false,$user_data->maildisplay));
                 fwrite ($bf,full_tag("HTMLEDITOR",4,false,$user_data->htmleditor));
                 fwrite ($bf,full_tag("AUTOSUBSCRIBE",4,false,$user_data->autosubscribe));
index 4821be728a22130c93e47303e459b7a3574d5703..90a932f78005b9e0aeef71b7609ef35195102480 100644 (file)
                         case "MAILFORMAT": 
                             $this->info->tempuser->mailformat = $this->getContents();
                             break;
+                        case "MAILDIGEST": 
+                            $this->info->tempuser->maildigest = $this->getContents();
+                            break;
                         case "MAILDISPLAY": 
                             $this->info->tempuser->maildisplay = $this->getContents();
                             break;
index a773093446f50232e095cd6c1832be3c2c1f27ea..196afe217553ec327c7515090e0c40331af2a54f 100644 (file)
@@ -5,6 +5,6 @@
 // database (backup_version) to determine whether upgrades should
 // be performed (see db/backup_*.php)
 
-$backup_version = 2004071600;   // The current version is a date (YYYYMMDDXX)
+$backup_version = 2004072300;   // The current version is a date (YYYYMMDDXX)
 
 $backup_release = "1.4 development";  // User-friendly version number