From ac7ad71fb780cab033228a7c2677d0a4c2c555b2 Mon Sep 17 00:00:00 2001 From: David Mudrak Date: Wed, 10 Nov 2010 09:29:13 +0000 Subject: [PATCH] MDL-22184 Re-execution of the fixed AMOScript from Sam's commit AMOS BEGIN MOV [scheduledsettings,core_backup],[automatedsettings,core_backup] MOV [scheduledstorage,core_backup],[automatedstorage,core_backup] MOV [scheduledstoragehelp,core_backup],[automatedstoragehelp,core_backup] MOV [scheduledbackupsinactive,core],[automatedbackupsinactive,core_backup] MOV [scheduledbackupstatus,core],[automatedbackupstatus,core_backup] CPY [schedule,core],[automatedbackupschedule,core_backup] MOV [backupschedulehelp,core],[automatedbackupschedulehelp,core_backup] AMOS END --- lang/en/backup.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/lang/en/backup.php b/lang/en/backup.php index deb34d393df..17075f65526 100644 --- a/lang/en/backup.php +++ b/lang/en/backup.php @@ -27,8 +27,6 @@ $string['automatedbackupschedule'] = 'Schedule'; $string['automatedbackupschedulehelp'] = 'Choose which days of the week to perform automated backups.'; $string['automatedbackupsinactive'] = 'Automated backups haven\'t been enabled by the site admin'; $string['automatedbackupstatus'] = 'Automated backup status'; - - $string['backupactivity'] = 'Backup activity: {$a}'; $string['backupcourse'] = 'Backup course: {$a}'; $string['backupcoursedetails'] = 'Course details';