MDL-33362 book: Parse links to book modules from 1.9 backups

This commit is contained in:
Ankit Agarwal
2012-08-20 12:59:19 +08:00
parent 7033316dad
commit 9ff0c0bb84
2 changed files with 4 additions and 1 deletions
@@ -82,6 +82,9 @@ class restore_book_activity_task extends restore_activity_task {
$rules[] = new restore_decode_rule('BOOKVIEWBYB', '/mod/book/view.php?b=$1', 'book');
$rules[] = new restore_decode_rule('BOOKVIEWBYBCH', '/mod/book/view.php?b=$1&chapterid=$2', array('book', 'book_chapter'));
// Convert old book links MDL-33362
$rules[] = new restore_decode_rule('BOOKSTART', '/mod/book/view.php?id=$1', 'course_module');
return $rules;
}
+1 -1
View File
@@ -25,6 +25,6 @@
defined('MOODLE_INTERNAL') || die;
$module->component = 'mod_book'; // Full name of the plugin (used for diagnostics)
$module->version = 2012061700; // The current module version (Date: YYYYMMDDXX)
$module->version = 2012061701; // The current module version (Date: YYYYMMDDXX)
$module->requires = 2012061700; // Requires this Moodle version
$module->cron = 0; // Period for cron to check this module (secs)