Merge branch 'MDL-33362-master' of git://github.com/ankitagarwal/moodle

This commit is contained in:
Dan Poltawski 2012-08-20 16:01:09 +08:00
commit 821aac54b4
2 changed files with 4 additions and 1 deletions

View File

@ -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;
}

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 = 2012081600; // The current module version (Date: YYYYMMDDXX)
$module->requires = 2012061700; // Requires this Moodle version
$module->cron = 0; // Period for cron to check this module (secs)